Lines Matching refs:zend_alloc_cache_slots
69 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()
2706 opline->op2.num = zend_alloc_cache_slots(zend_type_get_num_classes(return_info->type)); in zend_emit_return_type_check()
3191 opline->extended_value = zend_alloc_cache_slots(3); in zend_delayed_compile_prop()
3231 opline->extended_value = zend_alloc_cache_slots(3); in zend_compile_static_prop()
3860 opline->result.num = zend_alloc_cache_slots(2); in zend_compile_args()
3908 opline->result.num = zend_alloc_cache_slots(2); in zend_compile_args()
4026 opline->result.num = zend_alloc_cache_slots(2); in zend_compile_dynamic_call()
5251 opline->result.num = zend_alloc_cache_slots(2); in zend_compile_method_call()
5341 opline->result.num = zend_alloc_cache_slots(2); in zend_compile_static_call()
7720 zend_alloc_cache_slots(zend_type_get_num_classes(arg_info->type)); in zend_compile_params()
7836 opline->extended_value = zend_alloc_cache_slots(3); in zend_compile_params()
10818 opline->extended_value = zend_alloc_cache_slots(2); in zend_compile_class_const()