Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h42 #define ZEND_JIT_ON_HOT_COUNTERS 3 /* compile functions after N calls or loop iterations */ macro
H A Dzend_jit.c4170 JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_collect_calls()
4190 JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_cleanup_func_info()
4528 } else if (JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_op_array()
4559 JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS || in zend_jit_script()
4620 || JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS in zend_jit_script()
5104 if (JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_activate()
/PHP-8.3/ext/opcache/
H A Dzend_persist.c1285 || JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS in zend_accel_persist_class_table()

Completed in 30 milliseconds