Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h108 zend_long hot_loop; member
H A Dzend_jit_vm_helpers.c277 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)); in zend_jit_loop_counter_helper()
393 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop))); in zend_jit_loop_trace_helper()
H A Dzend_jit_arm64.dasc2276 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_loop)) {
2283 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
2357 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_loop)) {
2364 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
H A Dzend_jit_x86.dasc2271 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_loop)) {
2278 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
2341 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_loop)) {
2348 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
H A Dzend_jit.c4396 if (JIT_G(hot_loop)) { in zend_jit_setup_hot_counters_ex()
H A Dzend_jit_trace.c8443 if (JIT_G(hot_loop)) { in zend_jit_setup_hot_trace_counters()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c328 … , "64", PHP_INI_SYSTEM, OnUpdateCounter, hot_loop, zen…
842 add_assoc_long(&directives, "opcache.jit_hot_loop", JIT_G(hot_loop));

Completed in 96 milliseconds