Searched refs:hot_func (Results 1 – 6 of 6) sorted by relevance
119 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()
3131 if (JIT_G(hot_func)) { in zend_jit_setup_hot_counters_ex()3182 ZEND_ASSERT(!JIT_G(hot_func) || zend_jit_func_hot_counter_handler != NULL); in zend_jit_setup_hot_counters()
2303 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_func)) { in zend_jit_hybrid_func_hot_counter_stub()2308 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_hybrid_func_hot_counter_stub()2381 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_func)) { in zend_jit_hybrid_func_trace_counter_stub()2386 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_hybrid_func_trace_counter_stub()
8943 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 102 milliseconds