Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_vm_execute.h6406 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER()
8729 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER()
10041 void *cache_slot = CACHE_ADDR(opline->op2.num); in ZEND_VERIFY_RETURN_TYPE_SPEC_CONST_UNUSED_HANDLER()
11094 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER()
15482 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER()
16911 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_TMPVAR_HANDLER()
18235 cache_slot = CACHE_ADDR(opline->extended_value); in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CV_HANDLER()
20456 void *cache_slot = CACHE_ADDR(opline->op2.num); in ZEND_VERIFY_RETURN_TYPE_SPEC_TMP_UNUSED_HANDLER()
28441 void *cache_slot = CACHE_ADDR(opline->op2.num); in ZEND_VERIFY_RETURN_TYPE_SPEC_VAR_UNUSED_HANDLER()
35624 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;
1321 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value) : NULL;
1394 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value) : NULL;
2225 cache_slot = CACHE_ADDR(opline->extended_value);
2399 void **cache_slot = CACHE_ADDR(opline->extended_value);
4267 void *cache_slot = CACHE_ADDR(opline->op2.num);
4664 arg = zend_handle_named_arg(&EX(call), arg_name, &arg_num, CACHE_ADDR(opline->result.num));
4704 arg = zend_handle_named_arg(&EX(call), arg_name, &arg_num, CACHE_ADDR(opline->result.num));
4741 arg = zend_handle_named_arg(&EX(call), arg_name, &arg_num, CACHE_ADDR(opline->result.num));
4982 EX(call)->func, arg_name, CACHE_ADDR(opline->result.num)) + 1;
[all …]
H A Dzend_execute.h391 #define CACHE_ADDR(num) \ macro
H A Dzend_execute.c3216 …void **cache_addr = (prop_op_type == IS_CONST) ? CACHE_ADDR(opline->extended_value & ~ZEND_RETURNS… in zend_assign_to_property_reference()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c1815 void **cache_slot = CACHE_ADDR(opline->extended_value); in zend_jit_verify_arg_slow()
1840 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_r_slow()
1858 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_r_dynamic()
1898 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_is_slow()
1916 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_is_dynamic()
2048 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_w_slow()
H A Dzend_jit_x86.dasc13910 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
14343 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
14663 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
H A Dzend_jit_arm64.dasc13102 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
13496 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
13773 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));

Completed in 224 milliseconds