Searched refs:ZEND_JIT_TRACE_START_ENTER (Results 1 – 3 of 3) sorted by relevance
39 } else if (trace_flags & ZEND_JIT_TRACE_START_ENTER) { in zend_jit_trace_star_desc()694 if (trace_buffer->start == ZEND_JIT_TRACE_START_ENTER) { in zend_jit_trace_add_phis()1535 if (trace_buffer->start == ZEND_JIT_TRACE_START_ENTER) { in zend_jit_trace_build_tssa()1609 if (trace_buffer->start == ZEND_JIT_TRACE_START_ENTER) { in zend_jit_trace_build_tssa()1688 if (trace_buffer->start == ZEND_JIT_TRACE_START_ENTER) { in zend_jit_trace_build_tssa()2890 if (trace_buffer->start != ZEND_JIT_TRACE_START_ENTER) { in zend_jit_trace_allocate_registers()2917 if (trace_buffer->start == ZEND_JIT_TRACE_START_ENTER) { in zend_jit_trace_allocate_registers()4204 if (trace_buffer->start != ZEND_JIT_TRACE_START_ENTER) { in zend_jit_trace()4247 } else if (trace_buffer->start == ZEND_JIT_TRACE_START_ENTER in zend_jit_trace()7800 if (trace_buffer->start == ZEND_JIT_TRACE_START_ENTER) { in zend_jit_dump_trace()[all …]
1068 } else if (start & ZEND_JIT_TRACE_START_ENTER1182 } else if (trace_flags & ZEND_JIT_TRACE_START_ENTER) {
303 #define ZEND_JIT_TRACE_START_ENTER (1<<1) macro
Completed in 62 milliseconds