Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h34 #define ZEND_JIT_LEVEL_INLINE 2 /* selective inline threading */ macro
H A Dzend_jit.c2769 } else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE && in zend_jit()
2831 } else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE && in zend_jit()
2846 } else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE && in zend_jit()
2865 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()
2932 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit()
4004 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()
4101 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()
H A Dzend_jit_trace.c598 if (JIT_G(opt_level) == ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace_build_ssa()
1365 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace_build_tssa()
4038 && JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()
4087 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()
4291 ssa_op = (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) ? ssa->ops : NULL; in zend_jit_trace()
4346 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()
6654 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()
6739 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()

Completed in 48 milliseconds