Searched refs:ZEND_JIT_LEVEL_INLINE (Results 1 – 3 of 3) sorted by relevance
34 #define ZEND_JIT_LEVEL_INLINE 2 /* selective inline threading */ macro
2756 } else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE && in zend_jit()2818 } else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE && in zend_jit()2833 } else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE && in zend_jit()2852 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()2919 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit()3993 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()4098 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()
598 if (JIT_G(opt_level) == ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace_build_ssa()1364 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace_build_tssa()4023 && JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()4072 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()4276 ssa_op = (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) ? ssa->ops : NULL; in zend_jit_trace()4331 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()6666 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()6737 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()
Completed in 38 milliseconds