Lines Matching refs:JIT_G
698 if (JIT_G(on) in zend_persist_op_array()
699 && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS in zend_persist_op_array()
820 if (JIT_G(on) in zend_persist_property_info()
821 && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS in zend_persist_property_info()
1266 bool orig_jit_on = JIT_G(on); in zend_accel_persist_class_table()
1268 JIT_G(on) = 0; in zend_accel_persist_class_table()
1283 JIT_G(on) = orig_jit_on; in zend_accel_persist_class_table()
1284 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS && in zend_accel_persist_class_table()
1313 && (JIT_G(trigger) == ZEND_JIT_ON_FIRST_EXEC in zend_accel_persist_class_table()
1314 || JIT_G(trigger) == ZEND_JIT_ON_PROF_REQUEST in zend_accel_persist_class_table()
1315 || JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS in zend_accel_persist_class_table()
1316 || JIT_G(trigger) == ZEND_JIT_ON_HOT_TRACE)) { in zend_accel_persist_class_table()
1384 if (JIT_G(on) && for_shm) { in zend_accel_script_persist()
1405 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS) { in zend_accel_script_persist()
1419 if (JIT_G(on) && for_shm) { in zend_accel_script_persist()
1420 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_SCRIPT) { in zend_accel_script_persist()