Searched refs:hot_return (Results 1 – 5 of 5) sorted by relevance
122 zend_long hot_return; member
391 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_ret_trace_helper()
2394 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_return)) { in zend_jit_hybrid_ret_trace_counter_stub()2399 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_hybrid_ret_trace_counter_stub()
3414 if (JIT_G(hot_return) && !ZEND_OP_TRACE_INFO(next_opline, offset)->trace_flags) { in zend_jit_trace_setup_ret_counter()
341 … , "8", PHP_INI_SYSTEM, OnUpdateCounter, hot_return, zend…854 add_assoc_long(&directives, "opcache.jit_hot_return", JIT_G(hot_return));
Completed in 110 milliseconds