Home
last modified time | relevance | path

Searched defs:call (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_execute.h183 static zend_always_inline void zend_vm_init_call_frame(zend_execute_data *call, uint32_t call_info,… in zend_vm_init_call_frame()
193 zend_execute_data *call = (zend_execute_data*)EG(vm_stack_top); in zend_vm_stack_push_call_frame_ex() local
227 …nd_always_inline void zend_vm_stack_free_extra_args_ex(uint32_t call_info, zend_execute_data *call) in zend_vm_stack_free_extra_args_ex()
247 static zend_always_inline void zend_vm_stack_free_extra_args(zend_execute_data *call) in zend_vm_stack_free_extra_args()
252 static zend_always_inline void zend_vm_stack_free_args(zend_execute_data *call) in zend_vm_stack_free_args()
272 …nd_always_inline void zend_vm_stack_free_call_frame_ex(uint32_t call_info, zend_execute_data *call) in zend_vm_stack_free_call_frame_ex()
292 static zend_always_inline void zend_vm_stack_free_call_frame(zend_execute_data *call) in zend_vm_stack_free_call_frame()
H A Dzend_compile.h505 zend_execute_data *call; /* current call */ member
536 #define ZEND_CALL_INFO(call) \ argument
542 #define ZEND_CALL_KIND(call) \ argument
553 #define ZEND_ADD_CALL_FLAG(call, flag) do { \ argument
557 #define ZEND_DEL_CALL_FLAG(call, flag) do { \ argument
561 #define ZEND_CALL_NUM_ARGS(call) \ argument
567 #define ZEND_CALL_VAR(call, n) \ argument
570 #define ZEND_CALL_VAR_NUM(call, n) \ argument
573 #define ZEND_CALL_ARG(call, n) \ argument
582 #define ZEND_CALL_USES_STRICT_TYPES(call) \ argument
H A Dzend_vm_def.h3478 zend_execute_data *call; variable
3622 zend_execute_data *call; variable
3761 zend_execute_data *call; variable
3789 zend_execute_data *call; variable
3848 zend_execute_data *call; variable
3920 zend_execute_data *call; variable
3953 zend_execute_data *call; variable
5444 zend_execute_data *call; variable
6008 zend_execute_data *call; variable
8271 zend_execute_data *call; variable
H A Dzend_closures.c121 ZEND_METHOD(Closure, call) in ZEND_METHOD() argument
285 zend_internal_function call; in zend_create_closure_from_callable() local
H A Dzend_generators.c35 zend_execute_data *call, *new_call, *prev_call = NULL; in zend_generator_restore_call_stack() local
59 zend_execute_data *call, *new_call, *prev_call = NULL; in zend_generator_freeze_call_stack() local
H A Dzend_vm_execute.h2765 zend_execute_data *call; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
2908 zend_execute_data *call; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
2936 zend_execute_data *call; in ZEND_INIT_DYNAMIC_CALL_SPEC_CONST_HANDLER() local
2991 zend_execute_data *call; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
3024 zend_execute_data *call; in ZEND_INIT_FCALL_SPEC_CONST_HANDLER() local
3105 zend_execute_data *call; in ZEND_INIT_DYNAMIC_CALL_SPEC_TMPVAR_HANDLER() local
3222 zend_execute_data *call; in ZEND_INIT_DYNAMIC_CALL_SPEC_CV_HANDLER() local
5726 zend_execute_data *call; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
5869 zend_execute_data *call; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
6012 zend_execute_data *call; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER() local
[all …]
H A Dzend_builtin_functions.c2105 static void debug_backtrace_get_args(zend_execute_data *call, zval *arg_array) /* {{{ */ in debug_backtrace_get_args()
2211 zend_execute_data *call, *ptr, *skip; in ZEND_FUNCTION() local
2401 zend_execute_data *ptr, *skip, *call = NULL; in zend_fetch_debug_backtrace() local
H A Dmicro_bench.php119 function call($n) { function in Foo
H A Dzend_opcode.c985 zend_op *call = &op_array->opcodes[opline->op2.opline_num - 1]; in pass_two() local
H A Dzend_execute.c1125 …c zend_never_inline int zend_verify_internal_arg_types(zend_function *fbc, zend_execute_data *call) in zend_verify_internal_arg_types()
3759 static zend_execute_data *zend_vm_stack_copy_call_frame(zend_execute_data *call, uint32_t passed_ar… in zend_vm_stack_copy_call_frame()
3795 static zend_always_inline void zend_vm_stack_extend_call_frame(zend_execute_data **call, uint32_t p… in zend_vm_stack_extend_call_frame()
3818 zend_execute_data *call = EX(call); in cleanup_unfinished_calls() local
4333 static ZEND_COLD int ZEND_FASTCALL zend_do_fcall_overloaded(zend_execute_data *call, zval *ret) /* … in zend_do_fcall_overloaded()
4534 zend_execute_data *call = (zend_execute_data*)EG(vm_stack_top); in _zend_vm_stack_push_call_frame_ex() local
H A Dzend_execute_API.c652 zend_execute_data *call, dummy_execute_data; in zend_call_function() local
/PHP-7.4/ext/opcache/Optimizer/
H A Doptimize_func_calls.c48 int call = 0; in zend_delete_call_instructions() local
163 int call = 0; in zend_optimize_func_calls() local
H A Dzend_call_graph.c93 int call = 0; in zend_analyze_calls() local
283 zend_call_info **map, *call; in zend_build_call_map() local
H A Dsccp.c1285 zend_call_info *call; in sccp_visit_instr() local
1841 zend_call_info *call; in sccp_visit_instr() local
2215 zend_call_info *call; in remove_call() local

Completed in 178 milliseconds