Searched refs:ZEND_JIT_LEVEL_INLINE (Results 1 – 4 of 4) sorted by relevance
34 #define ZEND_JIT_LEVEL_INLINE 2 /* selective inline threading */ macro
1447 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()1471 } else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE && in zend_jit()1483 } else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE && in zend_jit()1522 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()1588 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit()2691 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()
564 if (JIT_G(opt_level) == ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace_build_ssa()1524 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace_build_tssa()4146 && JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()4180 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()4382 ssa_op = (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) ? ssa->ops : NULL; in zend_jit_trace()4438 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()6964 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()7049 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()
10629 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) {
Completed in 127 milliseconds