Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h109 zend_long hot_func; member
H A Dzend_jit_vm_helpers.c257 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)); in zend_jit_func_counter_helper()
381 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_func_trace_helper()
H A Dzend_jit_arm64.dasc2264 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_func)) {
2271 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2333 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_func)) {
2340 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
H A Dzend_jit_x86.dasc2259 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_func)) {
2266 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2317 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_func)) {
2324 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
H A Dzend_jit.c4384 if (JIT_G(hot_func)) { in zend_jit_setup_hot_counters_ex()
H A Dzend_jit_trace.c8472 if (JIT_G(hot_func)) { in zend_jit_setup_hot_trace_counters()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c329 … , "127", PHP_INI_SYSTEM, OnUpdateCounter, hot_func, zen…
841 add_assoc_long(&directives, "opcache.jit_hot_func", JIT_G(hot_func));

Completed in 109 milliseconds