Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c69 static inline uint32_t zend_alloc_cache_slots(unsigned count) { in zend_alloc_cache_slots() function
84 return zend_alloc_cache_slots(1); in zend_alloc_cache_slot()
3196 opline->extended_value = zend_alloc_cache_slots(3); in zend_delayed_compile_prop()
3236 opline->extended_value = zend_alloc_cache_slots(3); in zend_compile_static_prop()
3864 opline->result.num = zend_alloc_cache_slots(2); in zend_compile_args()
3912 opline->result.num = zend_alloc_cache_slots(2); in zend_compile_args()
4030 opline->result.num = zend_alloc_cache_slots(2); in zend_compile_dynamic_call()
5255 opline->result.num = zend_alloc_cache_slots(2); in zend_compile_method_call()
5345 opline->result.num = zend_alloc_cache_slots(2); in zend_compile_static_call()
7840 opline->extended_value = zend_alloc_cache_slots(3); in zend_compile_params()
[all …]

Completed in 43 milliseconds