Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h84 #define ZEND_JIT_TRACE_MAX_CALL_DEPTH 10 /* max depth of inlined calls */ macro
H A Dzend_jit_vm_helpers.c573 const zend_op_array *unrolled_calls[ZEND_JIT_TRACE_MAX_CALL_DEPTH + ZEND_JIT_TRACE_MAX_RET_DEPTH];
899 if (level > ZEND_JIT_TRACE_MAX_CALL_DEPTH) {
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c205 if (val > 0 && val < ZEND_JIT_TRACE_MAX_CALL_DEPTH) {
211 ZEND_JIT_TRACE_MAX_CALL_DEPTH);

Completed in 12 milliseconds