Home
last modified time | relevance | path

Searched defs:call_info (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.c64 static uint32_t zend_strlen_info(const zend_call_info *call_info, const zend_ssa *ssa) in zend_strlen_info()
90 static uint32_t zend_dechex_info(const zend_call_info *call_info, const zend_ssa *ssa) in zend_dechex_info()
102 static uint32_t zend_range_info(const zend_call_info *call_info, const zend_ssa *ssa) in zend_range_info()
134 static uint32_t zend_is_type_info(const zend_call_info *call_info, const zend_ssa *ssa) in zend_is_type_info()
143 static uint32_t zend_l_ss_info(const zend_call_info *call_info, const zend_ssa *ssa) in zend_l_ss_info()
167 static uint32_t zend_lb_ssn_info(const zend_call_info *call_info, const zend_ssa *ssa) in zend_lb_ssn_info()
193 static uint32_t zend_b_s_info(const zend_call_info *call_info, const zend_ssa *ssa) in zend_b_s_info()
1627 uint32_t zend_get_func_info(const zend_call_info *call_info, const zend_ssa *ssa) in zend_get_func_info()
H A Dzend_call_graph.c92 zend_call_info *call_info; in zend_analyze_calls() local
194 zend_call_info *call_info; in zend_is_indirectly_recursive() local
221 zend_call_info *call_info; in zend_analyze_recursion() local
H A Ddfa_pass.c172 zend_call_info **call_info = &func_info->callee_info; in zend_ssa_remove_nops() local
294 zend_call_info *call_info = func_info->callee_info; in zend_ssa_remove_nops() local
395 zend_call_info *call_info = func_info->callee_info; in zend_dfa_optimize_calls() local
H A Dzend_inference.c1467 zend_call_info *call_info; in zend_inference_calc_range() local
3600 zend_call_info *call_info; in zend_update_type_info() local
4071 zend_call_info *call_info = info->call_map[op - op_array->opcodes]; in is_recursive_tail_call() local
4377 zend_call_info *call_info; in zend_inference_check_recursive_dependencies() local
H A Dzend_optimizer.c1299 zend_call_info *call_info =func_info->callee_info; in zend_adjust_fcall_stack_size_graph() local
/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()
191 …xecute_data *zend_vm_stack_push_call_frame_ex(uint32_t used_stack, uint32_t call_info, zend_functi… in zend_vm_stack_push_call_frame_ex()
219 static zend_always_inline zend_execute_data *zend_vm_stack_push_call_frame(uint32_t call_info, zend… in zend_vm_stack_push_call_frame()
227 static zend_always_inline void zend_vm_stack_free_extra_args_ex(uint32_t call_info, zend_execute_da… in zend_vm_stack_free_extra_args_ex()
272 static zend_always_inline void zend_vm_stack_free_call_frame_ex(uint32_t call_info, zend_execute_da… in zend_vm_stack_free_call_frame_ex()
H A Dzend_execute_API.c655 uint32_t call_info; in zend_call_function() local
805 uint32_t call_info; in zend_call_function() local
H A Dzend_vm_def.h2865 uint32_t call_info = EX_CALL_INFO(); in ZEND_VM_HOT_HELPER() local
3479 uint32_t call_info; variable
3620 uint32_t call_info; variable
3849 uint32_t call_info = ZEND_CALL_NESTED_FUNCTION | ZEND_CALL_DYNAMIC; variable
4434 uint32_t num_args, used_stack, call_info; variable
H A Dzend_vm_execute.h5727 uint32_t call_info; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
5867 uint32_t call_info; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
7998 uint32_t call_info; in ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local
8138 uint32_t call_info; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local
9060 uint32_t call_info; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER() local
10459 uint32_t call_info; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
10599 uint32_t call_info; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
14779 uint32_t call_info; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CONST_HANDLER() local
16203 uint32_t call_info; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_TMPVAR_HANDLER() local
17497 uint32_t call_info; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CV_HANDLER() local
[all …]
H A Dzend_compile.h539 #define ZEND_CALL_KIND_EX(call_info) \ argument
545 #define ZEND_ADD_CALL_FLAG_EX(call_info, flag) do { \ argument
549 #define ZEND_DEL_CALL_FLAG_EX(call_info, flag) do { \ argument
H A Dzend_execute.c4114 uint32_t call_info = ZEND_CALL_NESTED_FUNCTION | ZEND_CALL_DYNAMIC; in zend_init_dynamic_call_object() local
4154 uint32_t call_info = ZEND_CALL_NESTED_FUNCTION | ZEND_CALL_DYNAMIC; in zend_init_dynamic_call_array() local
4532 …ecute_data *_zend_vm_stack_push_call_frame_ex(uint32_t used_stack, uint32_t call_info, zend_functi… in _zend_vm_stack_push_call_frame_ex()
4551 static zend_always_inline zend_execute_data *_zend_vm_stack_push_call_frame(uint32_t call_info, zen… in _zend_vm_stack_push_call_frame()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_php_trace.c97 uint32_t *call_info = (uint32_t *)&l; in fpm_php_trace_dump() local

Completed in 233 milliseconds