Searched refs:ZEND_JIT_TRACE_MAX_CALL_DEPTH (Results 1 – 3 of 3) sorted by relevance
93 #define ZEND_JIT_TRACE_MAX_CALL_DEPTH 10 /* max depth of inlined calls */ macro
622 const zend_op_array *unrolled_calls[ZEND_JIT_TRACE_MAX_CALL_DEPTH + ZEND_JIT_TRACE_MAX_RET_DEPTH];990 if (level > ZEND_JIT_TRACE_MAX_CALL_DEPTH) {
224 if (val > 0 && val < ZEND_JIT_TRACE_MAX_CALL_DEPTH) {230 ZEND_JIT_TRACE_MAX_CALL_DEPTH);
Completed in 12 milliseconds