Home
last modified time | relevance | path

Searched refs:ZEND_DO_UCALL (Results 1 – 19 of 19) sorted by relevance

/php-src/Zend/Optimizer/
H A Doptimize_func_calls.c63 case ZEND_DO_UCALL: in zend_delete_call_instructions()
187 case ZEND_DO_UCALL: in zend_optimize_func_calls()
H A Ddce.c170 case ZEND_DO_UCALL: in may_have_side_effects()
372 case ZEND_DO_UCALL: in try_remove_var_def()
H A Dzend_call_graph.c126 case ZEND_DO_UCALL: in zend_analyze_calls()
H A Dzend_cfg.c65 opcode == ZEND_DO_UCALL || in zend_mark_reachable()
325 case ZEND_DO_UCALL: in zend_build_cfg()
H A Dblock_pass.c1548 case ZEND_DO_UCALL: in zend_t_usage()
H A Dzend_inference.c1559 case ZEND_DO_UCALL: in zend_inference_propagate_range()
3886 case ZEND_DO_UCALL: in _zend_update_type_info()
4504 if (op->opcode == ZEND_DO_UCALL) { in is_recursive_tail_call()
H A Ddfa_pass.c328 if (opline->opcode == ZEND_DO_ICALL || opline->opcode == ZEND_DO_UCALL in opline_supports_assign_contraction()
H A Dsccp.c2161 case ZEND_DO_UCALL: in try_remove_definition()
/php-src/Zend/
H A Dzend_vm_opcodes.h215 #define ZEND_DO_UCALL 130 macro
H A Dzend_verify_type_inference.h186 && opline->opcode != ZEND_DO_UCALL in zend_verify_inference_def()
H A Dzend_opcode.c795 case ZEND_DO_UCALL: in emit_live_range()
H A Dzend_execute.c4234 case ZEND_DO_UCALL: in zend_unfinished_calls_gc()
4290 case ZEND_DO_UCALL: in zend_unfinished_calls_gc()
4369 case ZEND_DO_UCALL: in cleanup_unfinished_calls()
4425 case ZEND_DO_UCALL: in cleanup_unfinished_calls()
H A Dzend_vm_def.h4044 ZEND_VM_HOT_HANDLER(130, ZEND_DO_UCALL, ANY, ANY, SPEC(RETVAL,OBSERVER))
H A Dzend_compile.c3870 return ZEND_DO_UCALL; in zend_get_call_op()
/php-src/ext/opcache/jit/
H A Dzend_jit.c293 case ZEND_DO_UCALL: in zend_jit_needs_call_chain()
377 case ZEND_DO_UCALL: in zend_jit_needs_call_chain()
1981 case ZEND_DO_UCALL: in zend_jit()
2533 case ZEND_DO_UCALL: in zend_jit()
2643 case ZEND_DO_UCALL: in zend_jit()
H A Dzend_jit_trace.c328 case ZEND_DO_UCALL: in zend_jit_trace_may_exit()
1053 if (p->opline->opcode == ZEND_DO_UCALL in find_return_ssa_var()
1130 case ZEND_DO_UCALL: in zend_jit_trace_find_init_fcall_op()
3396 if (ssa_opcodes[i]->opcode == ZEND_DO_UCALL in zend_jit_may_delay_fetch_this()
5251 case ZEND_DO_UCALL: in zend_jit_trace()
6296 case ZEND_DO_UCALL: in zend_jit_trace()
6662 if (opline->opcode == ZEND_DO_UCALL in zend_jit_trace()
7029 && opline->opcode != ZEND_DO_UCALL in zend_jit_trace()
7138 && (opline->opcode == ZEND_DO_UCALL in zend_jit_trace()
H A Dzend_jit_vm_helpers.c872 || opline->opcode == ZEND_DO_UCALL
H A Dzend_jit_ir.c2902 opline.opcode = ZEND_DO_UCALL; in zend_jit_setup_disasm()
2907 opline.opcode = ZEND_DO_UCALL; in zend_jit_setup_disasm()
4034 if (opline->opcode == ZEND_DO_UCALL || in zend_jit_tail_handler()
4071 || opline->opcode == ZEND_DO_UCALL in zend_jit_tail_handler()
9534 ZEND_ASSERT(opline->opcode != ZEND_DO_UCALL);
9651 && opline->opcode != ZEND_DO_UCALL
9892 if (!func && (opline->opcode != ZEND_DO_UCALL)) {
9954 if (func || (opline->opcode == ZEND_DO_UCALL)) {
9965 && (opline->opcode != ZEND_DO_UCALL)) {
16131 opline->opcode == ZEND_DO_UCALL ||
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c1812 execute_data->opline->opcode == ZEND_DO_UCALL || in phpdbg_execute_ex()

Completed in 209 milliseconds