Searched refs:JMPENV_PUSH (Results 1 – 14 of 14) sorted by relevance
108 JMPENV_PUSH(ret); in Perl_runops_wrap()
658 JMPENV_PUSH(x); in perl_destruct()1909 JMPENV_PUSH(ret); in perl_parse()2775 JMPENV_PUSH(ret); in perl_run()3213 JMPENV_PUSH(ret); in Perl_call_sv()3352 JMPENV_PUSH(ret); in Perl_eval_sv()5294 JMPENV_PUSH(ret); in Perl_call_list()
400 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
117 #define JMPENV_PUSH(v) \ macro
3746 JMPENV_PUSH(ret); in S_docatch()3889 JMPENV_PUSH(ret); in S_try_yyparse()3947 JMPENV_PUSH(ret); in S_try_run_unitcheck()
4894 JMPENV_PUSH(ret); in S_fold_constants_eval()5141 JMPENV_PUSH(ret); in S_gen_constant_list()
25 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
180 =for apidoc Amh|void|JMPENV_PUSH|int v185 C<JMPENV_PUSH> and C<JMPENV_JUMP>. The push operation, as well as setting217 The zero value is for a normal return from JMPENV_PUSH()222 C<JMPENV_PUSH> set up (and at a suitable location within the CPU call233 JMPENV_PUSH(ret);235 case 0: /* normal return from JMPENV_PUSH() */258 you might expect perl to also do a JMPENV_PUSH() in places like282 runops loop, guarded by a single C<JMPENV_PUSH>. Each caught eval will pop294 C<JMPENV_PUSH> before executing C<FETCH> in the inner runops loop, but for301 C<JMPENV_PUSH> and start a new runops loop to execute the code, rather[all …]
5034 =item panic: fold_constants JMPENV_PUSH returned %d
85 JMPENV_PUSH # Z added by devel/scanprov
464 JMPENV_PUSH(status); in amigaos4_start_child()
511 JMPENV_PUSH(jmp_rc); in S_jmpenv_run()
1904 JMPENV_PUSH(status); in win32_start_child()
17289 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)