Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h118 zend_long hot_loop; member
H A Dzend_jit_vm_helpers.c272 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)); in zend_jit_loop_counter_helper()
388 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop))); in zend_jit_loop_trace_helper()
H A Dzend_jit.c2960 if (JIT_G(hot_loop)) { in zend_jit_setup_hot_counters_ex()
3000 ZEND_ASSERT(!JIT_G(hot_loop) || zend_jit_loop_hot_counter_handler != NULL); in zend_jit_setup_hot_counters()
H A Dzend_jit_ir.c2287 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_loop)) { in zend_jit_hybrid_loop_hot_counter_stub()
2292 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop))); in zend_jit_hybrid_loop_hot_counter_stub()
2375 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_loop)) { in zend_jit_hybrid_loop_trace_counter_stub()
2380 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop))); in zend_jit_hybrid_loop_trace_counter_stub()
H A Dzend_jit_trace.c8701 if (JIT_G(hot_loop)) { in zend_jit_setup_hot_trace_counters()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c338 … , "64", PHP_INI_SYSTEM, OnUpdateCounter, hot_loop, zen…
852 add_assoc_long(&directives, "opcache.jit_hot_loop", JIT_G(hot_loop));

Completed in 88 milliseconds