Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_vm_execute.skl45 void *object_or_called_scope;
52 object_or_called_scope = zend_get_this_object(EG(current_execute_data));
53 if (EXPECTED(!object_or_called_scope)) {
54 object_or_called_scope = zend_get_called_scope(EG(current_execute_data));
60 (zend_function*)op_array, 0, object_or_called_scope);
H A Dzend_execute.h260 …ta *call, uint32_t call_info, zend_function *func, uint32_t num_args, void *object_or_called_scope) in zend_vm_init_call_frame() argument
262 ZEND_ASSERT(!func->common.scope || object_or_called_scope); in zend_vm_init_call_frame()
264 Z_PTR(call->This) = object_or_called_scope; in zend_vm_init_call_frame()
269 …ed_stack, uint32_t call_info, zend_function *func, uint32_t num_args, void *object_or_called_scope) in zend_vm_stack_push_call_frame_ex() argument
278 …_vm_init_call_frame(call, call_info | ZEND_CALL_ALLOCATED, func, num_args, object_or_called_scope); in zend_vm_stack_push_call_frame_ex()
282 zend_vm_init_call_frame(call, call_info, func, num_args, object_or_called_scope); in zend_vm_stack_push_call_frame_ex()
297 …all_frame(uint32_t call_info, zend_function *func, uint32_t num_args, void *object_or_called_scope) in zend_vm_stack_push_call_frame() argument
302 func, num_args, object_or_called_scope); in zend_vm_stack_push_call_frame()
H A Dzend_execute.c4938 void *object_or_called_scope; in zend_init_dynamic_call_object() local
4946 object_or_called_scope = called_scope; in zend_init_dynamic_call_object()
4955 object_or_called_scope = object; in zend_init_dynamic_call_object()
4962 object_or_called_scope = object; in zend_init_dynamic_call_object()
4975 fbc, num_args, object_or_called_scope); in zend_init_dynamic_call_object()
4982 void *object_or_called_scope; in zend_init_dynamic_call_array() local
5034 object_or_called_scope = called_scope; in zend_init_dynamic_call_array()
5047 object_or_called_scope = object->ce; in zend_init_dynamic_call_array()
5051 object_or_called_scope = object; in zend_init_dynamic_call_array()
5064 fbc, num_args, object_or_called_scope); in zend_init_dynamic_call_array()
[all …]
H A Dzend_execute_API.c803 void *object_or_called_scope; in zend_call_function() local
843 object_or_called_scope = fci_cache->called_scope; in zend_call_function()
846 object_or_called_scope = fci_cache->object; in zend_call_function()
851 func, fci->param_count, object_or_called_scope); in zend_call_function()
H A Dzend_vm_def.h3904 void *object_or_called_scope; variable
3913 object_or_called_scope = fcc.called_scope;
3922 object_or_called_scope = fcc.object;
3927 object_or_called_scope = fcc.object;
3952 func, opline->extended_value, object_or_called_scope);
H A Dzend_vm_execute.h7407 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER() local
7425 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
7430 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
9971 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER() local
9989 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
9994 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
12453 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER() local
12471 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
12476 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
64182 void *object_or_called_scope; local
[all …]
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c8548 ir_ref object_or_called_scope, call_info, call_info2, object, if_cond; local
8556 object_or_called_scope = ir_LOAD_A(ir_ADD_OFFSET(func_ref, offsetof(zend_closure, called_scope)));
8577 object_or_called_scope = ir_PHI_2(IR_ADDR, object, object_or_called_scope);
8584 ir_STORE(jit_CALL(rx, This.value.ptr), object_or_called_scope);

Completed in 338 milliseconds