Home
last modified time | relevance | path

Searched refs:hot_return (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit.h120 zend_long hot_return; member
H A Dzend_jit_vm_helpers.c382 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_ret_trace_helper()
H A Dzend_jit_ir.c2365 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_return)) { in zend_jit_hybrid_ret_trace_counter_stub()
2370 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_hybrid_ret_trace_counter_stub()
H A Dzend_jit_trace.c3326 if (JIT_G(hot_return) && !ZEND_OP_TRACE_INFO(next_opline, offset)->trace_flags) { in zend_jit_trace_setup_ret_counter()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c340 … , "8", PHP_INI_SYSTEM, OnUpdateCounter, hot_return, zend…
853 add_assoc_long(&directives, "opcache.jit_hot_return", JIT_G(hot_return));

Completed in 70 milliseconds