Home
last modified time | relevance | path

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

/PHP-8.0/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.h194 …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
197 Z_PTR(call->This) = object_or_called_scope; in zend_vm_init_call_frame()
202 …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
211 …_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()
215 zend_vm_init_call_frame(call, call_info, func, num_args, object_or_called_scope); in zend_vm_stack_push_call_frame_ex()
230 …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
235 func, num_args, object_or_called_scope); in zend_vm_stack_push_call_frame()
H A Dzend_execute.c4280 void *object_or_called_scope; in zend_init_dynamic_call_object() local
4288 object_or_called_scope = called_scope; in zend_init_dynamic_call_object()
4297 object_or_called_scope = object; in zend_init_dynamic_call_object()
4304 object_or_called_scope = object; in zend_init_dynamic_call_object()
4317 fbc, num_args, object_or_called_scope); in zend_init_dynamic_call_object()
4324 void *object_or_called_scope; in zend_init_dynamic_call_array() local
4376 object_or_called_scope = called_scope; in zend_init_dynamic_call_array()
4389 object_or_called_scope = object->ce; in zend_init_dynamic_call_array()
4393 object_or_called_scope = object; in zend_init_dynamic_call_array()
4406 fbc, num_args, object_or_called_scope); in zend_init_dynamic_call_array()
[all …]
H A Dzend_execute_API.c670 void *object_or_called_scope; in zend_call_function() local
735 object_or_called_scope = fci_cache->called_scope; in zend_call_function()
739 object_or_called_scope = fci->object; in zend_call_function()
744 func, fci->param_count, object_or_called_scope); in zend_call_function()
H A Dzend_vm_def.h3787 void *object_or_called_scope; variable
3796 object_or_called_scope = fcc.called_scope;
3805 object_or_called_scope = fcc.object;
3810 object_or_called_scope = fcc.object;
3835 func, opline->extended_value, object_or_called_scope);
H A Dzend_vm_execute.h6728 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER() local
6746 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
6751 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
9021 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER() local
9039 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
9044 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
11409 void *object_or_called_scope; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER() local
11427 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
11432 object_or_called_scope = fcc.object; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
59499 void *object_or_called_scope; local
[all …]
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc9237 | // object_or_called_scope = closure->called_scope;
9250 | // object_or_called_scope = Z_OBJ(closure->this_ptr);
9255 | // Z_PTR(call->This) = object_or_called_scope;

Completed in 233 milliseconds