Searched refs:trace_loop_ref (Results 1 – 2 of 2) sorted by relevance
279 ir_ref trace_loop_ref; member2731 jit->trace_loop_ref = IR_UNUSED; in zend_jit_init_ctx()10905 ZEND_ASSERT(jit->trace_loop_ref);10906 ZEND_ASSERT(jit->ctx.ir_base[jit->trace_loop_ref].op2 == IR_UNUSED);10907 ir_MERGE_SET_OP(jit->trace_loop_ref, 2, ir_END());
4292 jit->trace_loop_ref = zend_jit_trace_begin_loop(&ctx); /* start of of trace loop */ in zend_jit_trace()7159 …zend_jit_trace_end_loop(&ctx, jit->trace_loop_ref, timeout_exit_addr); /* jump back to start of th… in zend_jit_trace()
Completed in 66 milliseconds