Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1204 && JIT_G(current_frame) in jit_set_Z_TYPE_INFO()
9385 && JIT_G(current_frame)
9548 && JIT_G(current_frame)
9575 && JIT_G(current_frame)
9657 && JIT_G(current_frame)
9833 && JIT_G(current_frame)
9948 && JIT_G(current_frame)
10657 && JIT_G(current_frame)
10766 && JIT_G(current_frame)
10931 !JIT_G(current_frame) ||
[all …]
H A Dzend_jit.h135 zend_jit_trace_stack_frame *current_frame; member
H A Dzend_jit_trace.c146 if (JIT_G(current_frame)) { in zend_jit_trace_get_exit_point()
336 return !JIT_G(current_frame) || TRACE_FRAME_IS_UNKNOWN_RETURN(JIT_G(current_frame)); in zend_jit_trace_may_exit()
487 && JIT_G(current_frame) in zend_jit_needs_arg_dtor()
488 && JIT_G(current_frame)->call in zend_jit_needs_arg_dtor()
1794 frame = JIT_G(current_frame); in zend_jit_trace_build_tssa()
2881 frame = JIT_G(current_frame); in zend_jit_trace_allocate_registers()
3445 if (!JIT_G(current_frame) in zend_jit_may_delay_fetch_this()
4153 frame = JIT_G(current_frame); in zend_jit_trace()
5391 if (JIT_G(current_frame) in zend_jit_trace()
7352 if (JIT_G(current_frame) in zend_jit_trace()
[all …]
H A Dzend_jit.c508 if (!JIT_G(current_frame) || in zend_jit_may_avoid_refcounting()
509 !JIT_G(current_frame)->call->func || in zend_jit_may_avoid_refcounting()
510 !TRACE_FRAME_IS_LAST_SEND_BY_VAL(JIT_G(current_frame)->call)) { in zend_jit_may_avoid_refcounting()
524 if (!JIT_G(current_frame) || in zend_jit_may_avoid_refcounting()
525 !JIT_G(current_frame)->call->func || in zend_jit_may_avoid_refcounting()
526 !TRACE_FRAME_IS_LAST_SEND_BY_VAL(JIT_G(current_frame)->call)) { in zend_jit_may_avoid_refcounting()

Completed in 87 milliseconds