Lines Matching refs:ZCG
29 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m…
30 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m)
31 #define ADD_ARENA_SIZE(m) ZCG(current_persistent_script)->arena_size += ZEND_ALIGNED_SIZE(m)
34 if (ZCG(is_immutable_class)) { \
44 if (ZCG(current_persistent_script)->corrupted) { \
239 if (ZCG(accel_directives).save_comments && op_array->doc_comment) { in zend_persist_op_array_calc_ex()
266 if (ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_calc()
293 if (!ZCG(is_immutable_class)) { in zend_persist_class_method_calc()
312 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
326 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
363 ZCG(is_immutable_class) = in zend_persist_class_entry_calc()
367 !ZCG(current_persistent_script)->corrupted; in zend_persist_class_entry_calc()
408 if (ZCG(accel_directives).save_comments && ce->info.user.doc_comment) { in zend_persist_class_entry_calc()
510 ZCG(current_persistent_script) = new_persistent_script; in zend_accel_script_persist_calc()
552 ZCG(current_persistent_script) = NULL; in zend_accel_script_persist_calc()