Home
last modified time | relevance | path

Searched refs:prev_cop (Results 1 – 4 of 4) sorted by relevance

/dports/java/jlint/jlint-3.1.2/
H A Dlocal_context.hh24 byte cop, byte& prev_cop) = 0;
42 vbm_operand* sp, byte cop, byte& prev_cop);
63 byte cop, byte& prev_cop);
85 byte cop, byte& prev_cop);
96 byte cop, byte& prev_cop);
117 byte cop, byte& prev_cop);
132 byte cop, byte& prev_cop);
H A Dlocal_context.cc71 byte cop, byte& prev_cop) in transfer() argument
103 if (prev_cop == iand) { in transfer()
121 if (prev_cop == iand) { in transfer()
452 byte, byte& prev_cop) in transfer() argument
465 if (prev_cop == goto_near || prev_cop == goto_w in transfer()
466 || prev_cop == ret || prev_cop == athrow in transfer()
467 || prev_cop == lookupswitch || prev_cop == tableswitch in transfer()
468 || unsigned(prev_cop - ireturn) <= unsigned(vreturn-ireturn)) in transfer()
485 prev_cop = nop; in transfer()
H A Dmethod_desc.cc635 byte prev_cop = nop; in parse_code() local
696 sp = ctx->transfer(this, sp, cop, prev_cop); in parse_code()
1950 if (prev_cop == imul || prev_cop == ishl) { in parse_code()
3001 prev_cop = cop; in parse_code()
3007 sp = ctx->transfer(this, sp, unused, prev_cop); in parse_code()
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/
H A DNYTProf.xs2394 subr_entry_setup(pTHX_ COP *prev_cop, subr_entry_t *clone_subr_entry, OPCODE op_type, SV *subr_sv) in subr_entry_setup() argument
2506 file = OutCopFILE(prev_cop); in subr_entry_setup()
2510 subr_entry->caller_line = CopLINE(prev_cop); in subr_entry_setup()
2576 OutCopFILE(prev_cop), (int)CopLINE(prev_cop)); in subr_entry_setup()
2651 COP *prev_cop = PL_curcop; /* not PL_curcop_nytprof here */ in pp_subcall_profiler() local
2713 this_subr_entry_ix = subr_entry_setup(aTHX_ prev_cop, NULL, op_type, sub_sv); in pp_subcall_profiler()
2742 COP prev_cop_copy = *prev_cop; in pp_subcall_profiler()
2825 OutCopFILE(prev_cop), (int)CopLINE(prev_cop)); in pp_subcall_profiler()
2842 … (void*)called_cv, SvPV_nolen(sub_sv), OutCopFILE(prev_cop), (int)CopLINE(prev_cop)); in pp_subcall_profiler()