Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/
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()
350 && !ZCG(current_persistent_script)->corrupted in zend_persist_class_method_calc()
395 if (!ZCG(current_persistent_script)->corrupted in zend_persist_class_constant_calc()
603 ZCG(current_persistent_script) = new_persistent_script; in zend_accel_script_persist_calc()
639 ZCG(current_persistent_script) = NULL; in zend_accel_script_persist_calc()
H A Dzend_persist.c41 || (ZCG(current_persistent_script) && ZCG(current_persistent_script)->corrupted)) { \
363 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_type()
685 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array()
695 && (!ZCG(current_persistent_script) in zend_persist_op_array()
697 …zend_jit_op_array(op_array, ZCG(current_persistent_script) ? &ZCG(current_persistent_script)->scri… in zend_persist_op_array()
742 && !ZCG(current_persistent_script)->corrupted in zend_persist_class_method()
883 && !ZCG(current_persistent_script)->corrupted) { in zend_persist_class_entry()
1241 !ZCG(current_persistent_script)->corrupted) { in zend_accel_persist_class_table()
1252 …zend_jit_op_array(op_array, ZCG(current_persistent_script) ? &ZCG(current_persistent_script)->scri… in zend_accel_persist_class_table()
1323 ZCG(current_persistent_script) = script; in zend_accel_script_persist()
[all …]
H A DZendAccelerator.h226 zend_persistent_script *current_persistent_script; member
H A DZendAccelerator.c2390 ZCG(current_persistent_script) = &dummy; in zend_accel_inheritance_cache_add()

Completed in 31 milliseconds