Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.h24 #define ZEND_JIT_LEVEL_INLINE 2 /* selective inline threading */ macro
H A Dzend_jit.c2169 } else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE && in zend_jit()
2231 } else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE && in zend_jit()
2246 } else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE && in zend_jit()
2265 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()
2332 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit()
3388 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()
3493 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit()
H A Dzend_jit_trace.c1253 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace_build_tssa()
3725 && JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()
3772 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()
3972 ssa_op = (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) ? ssa->ops : NULL; in zend_jit_trace()
4021 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()
6294 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()
6365 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace()

Completed in 31 milliseconds