Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_vm_execute.skl35 void *object_or_called_scope;
42 object_or_called_scope = zend_get_this_object(EG(current_execute_data));
43 if (EXPECTED(!object_or_called_scope)) {
44 object_or_called_scope = zend_get_called_scope(EG(current_execute_data));
50 (zend_function*)op_array, 0, object_or_called_scope);
H A Dzend_execute.h221 …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
223 ZEND_ASSERT(!func->common.scope || object_or_called_scope); in zend_vm_init_call_frame()
225 Z_PTR(call->This) = object_or_called_scope; in zend_vm_init_call_frame()
230 …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
239 …_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()
243 zend_vm_init_call_frame(call, call_info, func, num_args, object_or_called_scope); in zend_vm_stack_push_call_frame_ex()
258 …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
263 func, num_args, object_or_called_scope); in zend_vm_stack_push_call_frame()
H A Dzend_execute.c4639 void *object_or_called_scope; in zend_init_dynamic_call_object() local
4647 object_or_called_scope = called_scope; in zend_init_dynamic_call_object()
4656 object_or_called_scope = object; in zend_init_dynamic_call_object()
4663 object_or_called_scope = object; in zend_init_dynamic_call_object()
4676 fbc, num_args, object_or_called_scope); in zend_init_dynamic_call_object()
4683 void *object_or_called_scope; in zend_init_dynamic_call_array() local
4735 object_or_called_scope = called_scope; in zend_init_dynamic_call_array()
4748 object_or_called_scope = object->ce; in zend_init_dynamic_call_array()
4752 object_or_called_scope = object; in zend_init_dynamic_call_array()
4765 fbc, num_args, object_or_called_scope); in zend_init_dynamic_call_array()
[all …]
H A Dzend_execute_API.c740 void *object_or_called_scope; in zend_call_function() local
778 object_or_called_scope = fci_cache->called_scope; in zend_call_function()
781 object_or_called_scope = fci_cache->object; in zend_call_function()
786 func, fci->param_count, object_or_called_scope); in zend_call_function()
H A Dzend_vm_def.h3814 void *object_or_called_scope; variable
3823 object_or_called_scope = fcc.called_scope;
3832 object_or_called_scope = fcc.object;
3837 object_or_called_scope = fcc.object;
3862 func, opline->extended_value, object_or_called_scope);
H A Dzend_vm_execute.h6930 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER() local
6948 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
6953 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
9253 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER() local
9271 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
9276 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
11618 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER() local
11636 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
11641 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
60164 void *object_or_called_scope; local
[all …]
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc9334 | // object_or_called_scope = closure->called_scope;
9347 | // object_or_called_scope = Z_OBJ(closure->this_ptr);
9352 | // Z_PTR(call->This) = object_or_called_scope;
H A Dzend_jit_arm64.dasc8710 | // object_or_called_scope = closure->called_scope;
8724 | // object_or_called_scope = Z_OBJ(closure->this_ptr);
8731 | // Z_PTR(call->This) = object_or_called_scope;

Completed in 255 milliseconds