Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A Dzend_persist_calc.c30 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m…
31 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m)
32 #define ADD_ARENA_SIZE(m) ZCG(current_persistent_script)->arena_size += ZEND_ALIGNED_SIZE(m)
45 if (ZCG(current_persistent_script)->corrupted) { \
296 if (ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_calc()
405 !ZCG(current_persistent_script)->corrupted; in zend_persist_class_entry_calc()
563 ZCG(current_persistent_script) = new_persistent_script; in zend_accel_script_persist_calc()
606 ZCG(current_persistent_script) = NULL; in zend_accel_script_persist_calc()
H A Dzend_persist.c98 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
108 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
418 !ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_ex()
619 !ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_ex()
620 …zend_jit_op_array(op_array, ZCG(current_persistent_script) ? &ZCG(current_persistent_script)->scri… in zend_persist_op_array_ex()
632 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array()
801 && !ZCG(current_persistent_script)->corrupted) { in zend_persist_class_entry()
1184 ZCG(current_persistent_script) = script; in zend_accel_script_persist()
1235 ZCG(current_persistent_script) = NULL; in zend_accel_script_persist()
H A Dzend_accelerator_util_funcs.c38 ((void*)(ptr) >= ZCG(current_persistent_script)->arena_mem && \
39 …(void*)(ptr) < (void*)((char*)ZCG(current_persistent_script)->arena_mem + ZCG(current_persistent_s…
42 …(void*)(((char*)(ptr)) + ((char*)ZCG(arena_mem) - (char*)ZCG(current_persistent_script)->arena_mem…
761 ZCG(current_persistent_script) = persistent_script; in zend_accel_load_script()
800 ZCG(current_persistent_script) = NULL; in zend_accel_load_script()
H A DZendAccelerator.h232 zend_persistent_script *current_persistent_script; member

Completed in 19 milliseconds