Home
last modified time | relevance | path

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

/PHP-8.3/Zend/Optimizer/
H A Dzend_func_info.h40 #define ZEND_FUNC_JIT_ON_HOT_COUNTERS (1<<15) /* used by JIT */ macro
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c4194 | ZEND_FUNC_JIT_ON_HOT_COUNTERS in zend_jit_cleanup_func_info()
4447 jit_extension->func_info.flags = ZEND_FUNC_JIT_ON_HOT_COUNTERS; in zend_jit_setup_hot_counters()
5148 } else if (func_info->flags & ZEND_FUNC_JIT_ON_HOT_COUNTERS) { in zend_jit_restart_preloaded_op_array()
H A Dzend_jit_trace.c565 | ZEND_FUNC_JIT_ON_HOT_COUNTERS in zend_jit_trace_build_ssa()
7079 | ZEND_FUNC_JIT_ON_HOT_COUNTERS in zend_jit_trace()

Completed in 36 milliseconds