Home
last modified time | relevance | path

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

/PHP-8.3/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 Dzend_call_graph.c107 case ZEND_DO_UCALL: in zend_analyze_calls()
H A Ddce.c169 case ZEND_DO_UCALL: in may_have_side_effects()
367 case ZEND_DO_UCALL: in try_remove_var_def()
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.c1547 case ZEND_DO_UCALL: in zend_t_usage()
H A Dzend_inference.c1559 case ZEND_DO_UCALL: in zend_inference_propagate_range()
3826 case ZEND_DO_UCALL: in _zend_update_type_info()
4371 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.c2111 case ZEND_DO_UCALL: in try_remove_definition()
/PHP-8.3/Zend/
H A Dzend_vm_opcodes.h215 #define ZEND_DO_UCALL 130 macro
H A Dzend_opcode.c786 case ZEND_DO_UCALL: in emit_live_range()
H A Dzend_execute.c4235 case ZEND_DO_UCALL: in zend_unfinished_calls_gc()
4291 case ZEND_DO_UCALL: in zend_unfinished_calls_gc()
4370 case ZEND_DO_UCALL: in cleanup_unfinished_calls()
4426 case ZEND_DO_UCALL: in cleanup_unfinished_calls()
H A Dzend_compile.c3849 return ZEND_DO_UCALL; in zend_get_call_op()
H A Dzend_vm_def.h4026 ZEND_VM_HOT_HANDLER(130, ZEND_DO_UCALL, ANY, ANY, SPEC(RETVAL,OBSERVER))
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_disasm.c719 opline.opcode = ZEND_DO_UCALL;
724 opline.opcode = ZEND_DO_UCALL;
H A Dzend_jit.c372 case ZEND_DO_UCALL: in zend_jit_needs_call_chain()
455 case ZEND_DO_UCALL: in zend_jit_needs_call_chain()
3446 case ZEND_DO_UCALL: in zend_jit()
4036 case ZEND_DO_UCALL: in zend_jit()
4134 case ZEND_DO_UCALL: in zend_jit()
H A Dzend_jit_trace.c361 case ZEND_DO_UCALL: in zend_jit_trace_may_exit()
989 if (p->opline->opcode == ZEND_DO_UCALL in find_return_ssa_var()
1066 case ZEND_DO_UCALL: in zend_jit_trace_find_init_fcall_op()
3556 if (ssa_opcodes[i]->opcode == ZEND_DO_UCALL in zend_jit_may_delay_fetch_this()
5247 case ZEND_DO_UCALL: in zend_jit_trace()
6246 case ZEND_DO_UCALL: in zend_jit_trace()
6562 if (opline->opcode == ZEND_DO_UCALL in zend_jit_trace()
6926 && opline->opcode != ZEND_DO_UCALL in zend_jit_trace()
7038 && (opline->opcode == ZEND_DO_UCALL in zend_jit_trace()
H A Dzend_jit_vm_helpers.c877 || opline->opcode == ZEND_DO_UCALL
H A Dzend_jit_x86.dasc3565 opline->opcode == ZEND_DO_UCALL ||
3739 if (opline->opcode == ZEND_DO_UCALL ||
3809 if (opline->opcode == ZEND_DO_UCALL) {
9904 ZEND_ASSERT(opline->opcode != ZEND_DO_UCALL);
10018 && opline->opcode != ZEND_DO_UCALL
10245 if (!func && (opline->opcode != ZEND_DO_UCALL)) {
10251 if (!func && (opline->opcode != ZEND_DO_UCALL)) {
10277 && (opline->opcode != ZEND_DO_UCALL)) {
16423 case ZEND_DO_UCALL:
H A Dzend_jit_arm64.dasc3257 opline->opcode == ZEND_DO_UCALL ||
3429 if (opline->opcode == ZEND_DO_UCALL ||
9191 ZEND_ASSERT(opline->opcode != ZEND_DO_UCALL);
9306 && opline->opcode != ZEND_DO_UCALL
9525 if (!func && (opline->opcode != ZEND_DO_UCALL)) {
9549 && (opline->opcode != ZEND_DO_UCALL)) {
15402 case ZEND_DO_UCALL:
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.c1816 execute_data->opline->opcode == ZEND_DO_UCALL || in phpdbg_execute_ex()

Completed in 187 milliseconds