Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h110 zend_long hot_return; member
H A Dzend_jit_vm_helpers.c387 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_ret_trace_helper()
H A Dzend_jit_arm64.dasc2345 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_return)) {
2352 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return)));
H A Dzend_jit_x86.dasc2329 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_return)) {
2336 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return)));
H A Dzend_jit_trace.c3486 if (JIT_G(hot_return) && !ZEND_OP_TRACE_INFO(next_opline, offset)->trace_flags) { in zend_jit_trace_setup_ret_counter()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c330 … , "8", PHP_INI_SYSTEM, OnUpdateCounter, hot_return, zend…
843 add_assoc_long(&directives, "opcache.jit_hot_return", JIT_G(hot_return));

Completed in 97 milliseconds