Searched refs:hot_func (Results 1 – 6 of 6) sorted by relevance
121 zend_long hot_func; member
261 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)); in zend_jit_func_counter_helper()385 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_func_trace_helper()
3133 if (JIT_G(hot_func)) { in zend_jit_setup_hot_counters_ex()3184 ZEND_ASSERT(!JIT_G(hot_func) || zend_jit_func_hot_counter_handler != NULL); in zend_jit_setup_hot_counters()
2306 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_func)) { in zend_jit_hybrid_func_hot_counter_stub()2311 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_hybrid_func_hot_counter_stub()2384 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_func)) { in zend_jit_hybrid_func_trace_counter_stub()2389 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_hybrid_func_trace_counter_stub()
8948 if (JIT_G(hot_func)) { in zend_jit_setup_hot_trace_counters()
340 … , "127", PHP_INI_SYSTEM, OnUpdateCounter, hot_func, zen…852 add_assoc_long(&directives, "opcache.jit_hot_func", JIT_G(hot_func));
Completed in 99 milliseconds