Searched refs:ZEND_JIT_TRACE_USES_INITIAL_IP (Results 1 – 2 of 2) sorted by relevance
512 #define ZEND_JIT_TRACE_USES_INITIAL_IP (1<<2) macro
7176 t->flags |= ZEND_JIT_TRACE_USES_INITIAL_IP; in zend_jit_trace()7200 if ((t->flags & ZEND_JIT_TRACE_USES_INITIAL_IP) in zend_jit_trace()7215 if (!(t->flags & ZEND_JIT_TRACE_USES_INITIAL_IP) in zend_jit_trace()7274 if ((zend_jit_traces[t->link].flags & ZEND_JIT_TRACE_USES_INITIAL_IP) in zend_jit_trace()7279 t->flags |= ZEND_JIT_TRACE_USES_INITIAL_IP; in zend_jit_trace()7284 if (!(zend_jit_traces[t->link].flags & ZEND_JIT_TRACE_USES_INITIAL_IP)) { in zend_jit_trace()
Completed in 31 milliseconds