Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h98 uint8_t opt_level; member
H A Dzend_jit.c792 add_assoc_long(&stats, "opt_level", JIT_G(opt_level)); in zend_jit_status()
1326 if ((JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNC) in zend_jit_op_array_analyze1()
1353 if ((JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNC) in zend_jit_op_array_analyze2()
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()
4232 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNCS) { in zend_real_jit_func()
4783 JIT_G(opt_level) = jit % 10; in zend_jit_parse_config_num()
4832 JIT_G(opt_level) = ZEND_JIT_LEVEL_OPT_FUNCS; in zend_jit_config()
[all …]
H A Dzend_jit_trace.c568 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNC) { in zend_jit_trace_build_ssa()
574 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNCS) { in zend_jit_trace_build_ssa()
598 if (JIT_G(opt_level) == ZEND_JIT_LEVEL_INLINE) { in zend_jit_trace_build_ssa()
1220 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_OPT_FUNC) { in zend_jit_trace_build_tssa()
1252 if (JIT_G(opt_level) < ZEND_JIT_LEVEL_OPT_FUNC) { in zend_jit_trace_build_tssa()
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()
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()
[all …]
/PHP-8.1/ext/opcache/
H A Dzend_persist.c700 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS) { in zend_persist_op_array()
1225 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS && in zend_accel_persist_class_table()
1330 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS) { in zend_accel_script_persist()
1343 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_SCRIPT) { in zend_accel_script_persist()

Completed in 37 milliseconds