Home
last modified time | relevance | path

Searched refs:hot_func (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit.h119 zend_long hot_func; member
H A Dzend_jit_vm_helpers.c261 *(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()
H A Dzend_jit.c2974 if (JIT_G(hot_func)) { in zend_jit_setup_hot_counters_ex()
3025 ZEND_ASSERT(!JIT_G(hot_func) || zend_jit_func_hot_counter_handler != NULL); in zend_jit_setup_hot_counters()
H A Dzend_jit_ir.c2303 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()
H A Dzend_jit_trace.c8847 if (JIT_G(hot_func)) { in zend_jit_setup_hot_trace_counters()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c340 … , "127", PHP_INI_SYSTEM, OnUpdateCounter, hot_func, zen…
852 add_assoc_long(&directives, "opcache.jit_hot_func", JIT_G(hot_func));

Completed in 89 milliseconds