Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h36 #define ZEND_JIT_LEVEL_OPT_FUNCS 4 /* optimized JIT based on Type-Inference and call-tree */ macro
H A Dzend_jit.c2982 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNCS) { in zend_real_jit_func()
3559 JIT_G(opt_level) = ZEND_JIT_LEVEL_OPT_FUNCS; in zend_jit_config()
H A Dzend_jit_trace.c542 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_FUNCS) { in zend_jit_trace_build_ssa()
/php-src/ext/opcache/
H A Dzend_persist.c699 && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS in zend_persist_op_array()
821 && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS in zend_persist_property_info()
1284 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS && in zend_accel_persist_class_table()
1405 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS) { in zend_accel_script_persist()

Completed in 35 milliseconds