Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h83 #define ZEND_JIT_TRACE_MAX_CALL_DEPTH 10 /* max depth of inlined calls */ macro
H A Dzend_jit_vm_helpers.c610 const zend_op_array *unrolled_calls[ZEND_JIT_TRACE_MAX_CALL_DEPTH + ZEND_JIT_TRACE_MAX_RET_DEPTH];
946 if (level > ZEND_JIT_TRACE_MAX_CALL_DEPTH) {
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c213 if (val > 0 && val < ZEND_JIT_TRACE_MAX_CALL_DEPTH) {
219 ZEND_JIT_TRACE_MAX_CALL_DEPTH);

Completed in 14 milliseconds