Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h111 zend_long hot_return; member
H A Dzend_jit_vm_helpers.c350 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_ret_trace_helper()
H A Dzend_jit_x86.dasc2394 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_return)) {
2401 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return)));
H A Dzend_jit_arm64.dasc2388 if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID || !JIT_G(hot_return)) {
2395 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return)));
H A Dzend_jit_trace.c3471 if (JIT_G(hot_return) && !ZEND_OP_TRACE_INFO(next_opline, offset)->trace_flags) { in zend_jit_trace_setup_ret_counter()
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c310 … , "8", PHP_INI_SYSTEM, OnUpdateCounter, hot_return, zend…
798 add_assoc_long(&directives, "opcache.jit_hot_return", JIT_G(hot_return));

Completed in 92 milliseconds