Home
last modified time | relevance | path

Searched refs:ZEND_JIT_ON_HOT_COUNTERS (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.h32 #define ZEND_JIT_ON_HOT_COUNTERS 3 /* compile functions after N calls or loop iterations */ macro
H A Dzend_jit.c3557 JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_collect_calls()
3577 JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_cleanup_func_info()
3899 } else if (JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_op_array()
3932 JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS || in zend_jit_script()
3999 || JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS in zend_jit_script()
4457 if (JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_activate()
/PHP-8.0/ext/opcache/
H A Dzend_persist.c421 || JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS in zend_persist_op_array_ex()

Completed in 17 milliseconds