Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_execute.h6207 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER()
8500 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER()
9799 void *cache_slot = CACHE_ADDR(opline->op2.num); in ZEND_VERIFY_RETURN_TYPE_SPEC_CONST_UNUSED_HANDLER()
10888 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER()
15262 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER()
16685 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_TMPVAR_HANDLER()
18000 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CV_HANDLER()
20176 void *cache_slot = CACHE_ADDR(opline->op2.num); in ZEND_VERIFY_RETURN_TYPE_SPEC_TMP_UNUSED_HANDLER()
28070 void *cache_slot = CACHE_ADDR(opline->op2.num); in ZEND_VERIFY_RETURN_TYPE_SPEC_VAR_UNUSED_HANDLER()
35245 void *cache_slot = CACHE_ADDR(opline->op2.num); in ZEND_VERIFY_RETURN_TYPE_SPEC_UNUSED_UNUSED_HANDLER()
[all …]
H A Dzend_vm_def.h1049 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : NULL;
1313 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value) : NULL;
1386 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value) : NULL;
2210 cache_slot = CACHE_ADDR(opline->extended_value);
2383 void **cache_slot = CACHE_ADDR(opline->extended_value);
4237 void *cache_slot = CACHE_ADDR(opline->op2.num);
4625 arg = zend_handle_named_arg(&EX(call), arg_name, &arg_num, CACHE_ADDR(opline->result.num));
4665 arg = zend_handle_named_arg(&EX(call), arg_name, &arg_num, CACHE_ADDR(opline->result.num));
4702 arg = zend_handle_named_arg(&EX(call), arg_name, &arg_num, CACHE_ADDR(opline->result.num));
4943 EX(call)->func, arg_name, CACHE_ADDR(opline->result.num)) + 1;
[all …]
H A Dzend_execute.h360 #define CACHE_ADDR(num) \ macro
H A Dzend_execute.c2947 …void **cache_addr = (prop_op_type == IS_CONST) ? CACHE_ADDR(opline->extended_value & ~ZEND_RETURNS… in zend_assign_to_property_reference()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1780 void **cache_slot = CACHE_ADDR(opline->extended_value); in zend_jit_verify_arg_slow()
1805 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_r_slow()
1823 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_r_dynamic()
1863 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_is_slow()
1881 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_is_dynamic()
2013 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_w_slow()
H A Dzend_jit_x86.dasc13804 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
14155 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
14462 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));

Completed in 188 milliseconds