Searched refs:blk_oldsp (Results 1 – 11 of 11) sorted by relevance
315 stack_min = cx->blk_oldsp; in Perl_deb_stack_all()318 stack_max = cx_n->blk_oldsp; in Perl_deb_stack_all()
2045 rpp_obliterate_stack_to(cx->blk_oldsp); in Perl_die_unwind()2365 rpp_popfree_to_NN(PL_stack_base + CX_CUR()->blk_oldsp); in PP()2469 oldsp = PL_stack_base + cx->blk_oldsp; in PP()2622 cx->blk_oldsp = PL_stack_sp - PL_stack_base; in PP()2626 ? cx->blk_oldsp + 1 in PP()2656 oldsp = PL_stack_base + cx->blk_oldsp; in PP()2705 oldsp = PL_stack_base + cx->blk_oldsp; /* last arg of previous frame */ in PP()2858 leave_adjust_stacks(MARK, PL_stack_base + cx->blk_oldsp, in PP()2880 oldsp = PL_stack_base + cx->blk_oldsp; in PP()2995 : cx->blk_oldsp in PP()[all …]
3582 cx->blk_oldsp = (Stack_off_t)(sp - PL_stack_base); in Perl_cx_pushblock()3585 || cx->blk_oldsp >= (cx-1)->blk_oldsp); in Perl_cx_pushblock()3635 Perl_rpp_popfree_to(aTHX_ PL_stack_base + cx->blk_oldsp); in Perl_cx_topblock()
1013 #define blk_oldsp cx_u.cx_blk.blku_oldsp macro
235 rpp_popfree_to_NN(PL_stack_base + CX_CUR()->blk_oldsp); in PP()531 rpp_popfree_to_NN(PL_stack_base + CX_CUR()->blk_oldsp); in PP()5022 ? ix > cx->blk_oldsp in PP()6127 oldsp = PL_stack_base + cx->blk_oldsp; /* last arg of previous frame */ in PP()
977 assert(cx->blk_oldsp == 0); in PP()
1756 PerlIO_printf(Perl_debug_log, "BLK_OLDSP = %ld\n", (long)cx->blk_oldsp); in Perl_cx_dump()
1793 rpp_popfree_to_NN(PL_stack_base + cx->blk_oldsp); /* ignore retval of formline */ in PP()
7143 SP = PL_stack_base + CX_CUR()->blk_oldsp;
4221 cx->blk_oldsp = MARK - PL_stack_base;4261 items being iterated over on the stack, and so sets C<blk_oldsp> to the4262 top of these items instead. Note that, contrary to its name, C<blk_oldsp>4325 oldsp = PL_stack_base + cx->blk_oldsp; /* last arg of previous frame */4852 PL_stack_sp = PL_stack_base + cx->blk_oldsp;4858 rpp_popfree_to(PL_stack_base + cx->blk_oldsp);
56 blk_oldsp # Z added by devel/scanprov