Home
last modified time | relevance | path

Searched refs:ZEND_DO_ICALL (Results 1 – 16 of 16) sorted by relevance

/PHP-7.4/ext/opcache/Optimizer/
H A Doptimize_func_calls.c68 case ZEND_DO_ICALL: in zend_delete_call_instructions()
192 case ZEND_DO_ICALL: in zend_optimize_func_calls()
H A Ddce.c159 case ZEND_DO_ICALL: in may_have_side_effects()
350 case ZEND_DO_ICALL: in try_remove_var_def()
H A Dzend_call_graph.c145 case ZEND_DO_ICALL: in zend_analyze_calls()
H A Dsccp.c1292 || call->caller_call_opline->opcode != ZEND_DO_ICALL) { in sccp_visit_instr()
1839 case ZEND_DO_ICALL: in sccp_visit_instr()
2296 if (opline->opcode == ZEND_DO_ICALL) { in try_remove_definition()
2311 if (opline->opcode == ZEND_DO_ICALL) { in try_remove_definition()
H A Dpass1_5.c263 case ZEND_DO_ICALL: { in zend_optimizer_pass1()
H A Ddfa_pass.c358 if (opline->opcode == ZEND_DO_ICALL || opline->opcode == ZEND_DO_UCALL in opline_supports_assign_contraction()
399 && call_info->caller_call_opline->opcode == ZEND_DO_ICALL in zend_dfa_optimize_calls()
H A Dzend_cfg.c321 case ZEND_DO_ICALL: in zend_build_cfg()
H A Dblock_pass.c1742 case ZEND_DO_ICALL: in zend_t_usage()
H A Dzend_inference.c1462 case ZEND_DO_ICALL: in zend_inference_calc_range()
3595 case ZEND_DO_ICALL: in zend_update_type_info()
/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h208 #define ZEND_DO_ICALL 129 macro
H A Dzend_opcode.c661 case ZEND_DO_ICALL: in emit_live_range()
H A Dzend_execute_API.c681 EG(current_execute_data)->opline->opcode != ZEND_DO_ICALL && in zend_call_function()
H A Dzend_builtin_functions.c2201 && skip->prev_execute_data->opline->opcode != ZEND_DO_ICALL in skip_internal_handler()
H A Dzend_execute.c3845 case ZEND_DO_ICALL: in cleanup_unfinished_calls()
3896 case ZEND_DO_ICALL: in cleanup_unfinished_calls()
H A Dzend_compile.c3113 return ZEND_DO_ICALL; in zend_get_call_op()
H A Dzend_vm_def.h3978 ZEND_VM_HOT_HANDLER(129, ZEND_DO_ICALL, ANY, ANY, SPEC(RETVAL))

Completed in 108 milliseconds