Lines Matching refs:ZCG

42 	 || (ZCG(current_persistent_script) && ZCG(current_persistent_script)->corrupted)) { \
104 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
114 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
141 ZEND_ASSERT(((uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_hash_persist()
142 HT_SET_DATA_ADDR(ht, ZCG(mem)); in zend_hash_persist()
143ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE((hash_size * sizeof(uint32_t)) + (ht->nNumU… in zend_hash_persist()
159 void *data = ZCG(mem); in zend_hash_persist()
162 ZEND_ASSERT(((uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_hash_persist()
163 ZCG(mem) = (void*)((char*)data + ZEND_ALIGNED_SIZE(HT_USED_SIZE(ht))); in zend_hash_persist()
218 } else if (!ZCG(current_persistent_script)->corrupted in zend_persist_zval()
259 } else if (ZCG(current_persistent_script)->corrupted in zend_persist_zval()
281 if (!ZCG(current_persistent_script)->corrupted && zend_accel_in_shm(attributes)) { in zend_persist_attributes()
366 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_type()
454 if (ZCG(accel_directives).save_comments) { in zend_persist_op_array_ex()
478ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist(op_array, in zend_persist_op_array_ex()
642 if (ZCG(accel_directives).save_comments) { in zend_persist_op_array_ex()
677ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist(op_array, in zend_persist_op_array_ex()
690 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array()
700 && (!ZCG(current_persistent_script) in zend_persist_op_array()
701 || !ZCG(current_persistent_script)->corrupted)) { in zend_persist_op_array()
702 …zend_jit_op_array(op_array, ZCG(current_persistent_script) ? &ZCG(current_persistent_script)->scri… in zend_persist_op_array()
746 && !ZCG(current_persistent_script)->corrupted in zend_persist_class_method()
795 if (ZCG(accel_directives).save_comments) { in zend_persist_property_info()
822 && (!ZCG(current_persistent_script) in zend_persist_property_info()
823 || !ZCG(current_persistent_script)->corrupted)) { in zend_persist_property_info()
825 …zend_jit_op_array(hook, ZCG(current_persistent_script) ? &ZCG(current_persistent_script)->script :… in zend_persist_property_info()
854 } else if (!ZCG(current_persistent_script)->corrupted in zend_persist_class_constant()
865 if (ZCG(accel_directives).save_comments) { in zend_persist_class_constant()
899 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_persist_class_entry()
918 && !ZCG(current_persistent_script)->corrupted) { in zend_persist_class_entry()
1026 if (ZCG(accel_directives).save_comments) { in zend_persist_class_entry()
1285 !ZCG(current_persistent_script)->corrupted) { in zend_accel_persist_class_table()
1296 …zend_jit_op_array(op_array, ZCG(current_persistent_script) ? &ZCG(current_persistent_script)->scri… in zend_accel_persist_class_table()
1298 …zend_jit_op_array(op_array->dynamic_func_defs[i], ZCG(current_persistent_script) ? &ZCG(current_pe… in zend_accel_persist_class_table()
1361 script->mem = ZCG(mem); in zend_accel_script_persist()
1363 ZEND_ASSERT(((uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_accel_script_persist()
1367 ZCG(current_persistent_script) = script; in zend_accel_script_persist()
1378 ZCG(mem) = (void*)(((uintptr_t)ZCG(mem) + 63L) & ~63L); in zend_accel_script_persist()
1380 ZEND_ASSERT(((uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_accel_script_persist()
1428 ZCG(current_persistent_script) = NULL; in zend_accel_script_persist()