Lines Matching refs:ZCG

100 		if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) {  in zend_hash_persist()
110 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
137 ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_hash_persist()
138 HT_SET_DATA_ADDR(ht, ZCG(mem)); in zend_hash_persist()
139ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE((hash_size * sizeof(uint32_t)) + (ht->nNumU… in zend_hash_persist()
155 void *data = ZCG(mem); in zend_hash_persist()
158 ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_hash_persist()
159 ZCG(mem) = (void*)((char*)data + ZEND_ALIGNED_SIZE(HT_USED_SIZE(ht))); in zend_hash_persist()
214 } else if (!ZCG(current_persistent_script)->corrupted in zend_persist_zval()
244 } else if (ZCG(current_persistent_script)->corrupted in zend_persist_zval()
266 if (!ZCG(current_persistent_script)->corrupted && zend_accel_in_shm(attributes)) { in zend_persist_attributes()
367 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_type()
455 if (ZCG(accel_directives).save_comments) { in zend_persist_op_array_ex()
479ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist(op_array, in zend_persist_op_array_ex()
644 if (ZCG(accel_directives).save_comments) { in zend_persist_op_array_ex()
679ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist(op_array, in zend_persist_op_array_ex()
692 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array()
701 …zend_jit_op_array(op_array, ZCG(current_persistent_script) ? &ZCG(current_persistent_script)->scri… in zend_persist_op_array()
741 && !ZCG(current_persistent_script)->corrupted in zend_persist_class_method()
789 if (ZCG(accel_directives).save_comments) { in zend_persist_property_info()
814 } else if (!ZCG(current_persistent_script)->corrupted in zend_persist_class_constant()
825 if (ZCG(accel_directives).save_comments) { in zend_persist_class_constant()
858 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_persist_class_entry()
877 && !ZCG(current_persistent_script)->corrupted) { in zend_persist_class_entry()
981 if (ZCG(accel_directives).save_comments) { in zend_persist_class_entry()
1226 !ZCG(current_persistent_script)->corrupted) { in zend_accel_persist_class_table()
1236 …zend_jit_op_array(op_array, ZCG(current_persistent_script) ? &ZCG(current_persistent_script)->scri… in zend_accel_persist_class_table()
1238 …zend_jit_op_array(op_array->dynamic_func_defs[i], ZCG(current_persistent_script) ? &ZCG(current_pe… in zend_accel_persist_class_table()
1286 script->mem = ZCG(mem); in zend_accel_script_persist()
1288 ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_accel_script_persist()
1292 ZCG(current_persistent_script) = script; in zend_accel_script_persist()
1303 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L); in zend_accel_script_persist()
1305 ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_accel_script_persist()
1351 ZCG(current_persistent_script) = NULL; in zend_accel_script_persist()