Home
last modified time | relevance | path

Searched refs:ZEND_JIT_DEBUG_TRACE_STOP (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h69 #define ZEND_JIT_DEBUG_TRACE_STOP (1<<13) macro
H A Dzend_jit_trace.c7693 if (JIT_G(debug) & ZEND_JIT_DEBUG_TRACE_STOP) { in zend_jit_trace_hot_root()
7738 …if (JIT_G(debug) & (ZEND_JIT_DEBUG_TRACE_STOP|ZEND_JIT_DEBUG_TRACE_ABORT|ZEND_JIT_DEBUG_TRACE_COMP… in zend_jit_trace_hot_root()
8027 if (JIT_G(debug) & ZEND_JIT_DEBUG_TRACE_STOP) { in zend_jit_trace_hot_side()
8080 …if (JIT_G(debug) & (ZEND_JIT_DEBUG_TRACE_STOP|ZEND_JIT_DEBUG_TRACE_ABORT|ZEND_JIT_DEBUG_TRACE_COMP… in zend_jit_trace_hot_side()

Completed in 51 milliseconds