Home
last modified time | relevance | path

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

/php-src/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.c2902 JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_collect_calls()
2922 JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_cleanup_func_info()
2970 } else if (trigger == ZEND_JIT_ON_HOT_COUNTERS) { in zend_real_jit_func()
3114 zend_real_jit_func(op_array, NULL, opline, ZEND_JIT_ON_HOT_COUNTERS); in zend_jit_hot_func()
3280 } else if (JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_op_array()
3312 JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS || in zend_jit_script()
3374 || JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS in zend_jit_script()
3786 if (JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS) { in zend_jit_activate()
/php-src/ext/opcache/
H A Dzend_persist.c1315 || JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS in zend_accel_persist_class_table()

Completed in 17 milliseconds