Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h34 #define ZEND_JIT_LEVEL_INLINE 2 /* selective inline threading */ macro
H A Dzend_jit.c1447 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()
H A Dzend_jit_trace.c564 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()
H A Dzend_jit_ir.c10629 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_INLINE) {

Completed in 144 milliseconds