Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_internal.h202 #define ZEND_JIT_TRACE_UNSUPPORTED (1<<6) macro
H A Dzend_jit_vm_helpers.c1035 } else if (trace_flags & ZEND_JIT_TRACE_UNSUPPORTED) {
H A Dzend_jit_trace.c7764 return ZEND_JIT_TRACE_UNSUPPORTED; in zend_jit_trace_supported()
7778 ZEND_JIT_TRACE_START_LOOP | ZEND_JIT_TRACE_START_ENTER | ZEND_JIT_TRACE_UNSUPPORTED; in zend_jit_restart_hot_trace_counters()
7829 … (!(ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->trace_flags & ZEND_JIT_TRACE_UNSUPPORTED)) { in zend_jit_setup_hot_trace_counters()

Completed in 42 milliseconds