Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_persist.c42 || (ZCG(current_persistent_script) && ZCG(current_persistent_script)->corrupted)) { \
366 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_type()
700 && (!ZCG(current_persistent_script) 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()
822 && (!ZCG(current_persistent_script) 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()
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()
1367 ZCG(current_persistent_script) = script; in zend_accel_script_persist()
[all …]
H A Dzend_persist_calc.c31 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m…
32 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m)
37 if (ZCG(current_persistent_script)->corrupted) { \
112 if (!ZCG(current_persistent_script)->corrupted in zend_persist_zval_calc()
141 if (ZCG(current_persistent_script)->corrupted in zend_persist_zval_calc()
159 && (ZCG(current_persistent_script)->corrupted in zend_persist_attributes_calc()
349 && !ZCG(current_persistent_script)->corrupted in zend_persist_class_method_calc()
402 if (!ZCG(current_persistent_script)->corrupted in zend_persist_class_constant_calc()
611 ZCG(current_persistent_script) = new_persistent_script; in zend_accel_script_persist_calc()
647 ZCG(current_persistent_script) = NULL; in zend_accel_script_persist_calc()
H A DZendAccelerator.h221 zend_persistent_script *current_persistent_script; member
H A DZendAccelerator.c2375 ZCG(current_persistent_script) = &dummy; in zend_accel_inheritance_cache_add()

Completed in 32 milliseconds