Home
last modified time | relevance | path

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

/PHP-8.2/Zend/Optimizer/
H A Dzend_func_info.h40 #define ZEND_FUNC_JIT_ON_HOT_COUNTERS (1<<15) /* used by JIT */ macro
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c4171 | ZEND_FUNC_JIT_ON_HOT_COUNTERS in zend_jit_cleanup_func_info()
4429 jit_extension->func_info.flags = ZEND_FUNC_JIT_ON_HOT_COUNTERS; in zend_jit_setup_hot_counters()
5145 } else if (func_info->flags & ZEND_FUNC_JIT_ON_HOT_COUNTERS) { in zend_jit_restart_preloaded_op_array()
H A Dzend_jit_trace.c562 | ZEND_FUNC_JIT_ON_HOT_COUNTERS in zend_jit_trace_build_ssa()
7065 | ZEND_FUNC_JIT_ON_HOT_COUNTERS in zend_jit_trace()

Completed in 30 milliseconds