Home
last modified time | relevance | path

Searched refs:ZEND_ASSIGN_DIM (Results 1 – 18 of 18) sorted by relevance

/PHP-8.4/Zend/Optimizer/
H A Descape_analysis.c208 case ZEND_ASSIGN_DIM: in is_allocation_def()
254 case ZEND_ASSIGN_DIM: in is_local_def()
301 case ZEND_ASSIGN_DIM: in is_escape_use()
322 if ((opline-1)->opcode != ZEND_ASSIGN_DIM in is_escape_use()
484 ((opline-1)->opcode == ZEND_ASSIGN_DIM || in zend_ssa_escape_analysis()
H A Ddce.c221 case ZEND_ASSIGN_DIM: in may_have_side_effects()
358 case ZEND_ASSIGN_DIM: in try_remove_var_def()
H A Dzend_dfg.c69 case ZEND_ASSIGN_DIM: in _zend_dfg_add_use_def_op()
H A Dsccp.c222 case ZEND_ASSIGN_DIM: in can_replace_op1()
893 case ZEND_ASSIGN_DIM: in sccp_visit_instr()
2147 case ZEND_ASSIGN_DIM: in try_remove_definition()
2270 case ZEND_ASSIGN_DIM: in try_remove_definition()
2329 case ZEND_ASSIGN_DIM: in try_remove_definition()
H A Dzend_inference.c1460 case ZEND_ASSIGN_DIM: in zend_inference_propagate_range()
1490 if ((opline-1)->opcode == ZEND_ASSIGN_DIM || in zend_inference_propagate_range()
2554 || opline->opcode == ZEND_ASSIGN_DIM in _zend_update_type_info()
2570 || opline->opcode == ZEND_ASSIGN_DIM in _zend_update_type_info()
2976 case ZEND_ASSIGN_DIM: in _zend_update_type_info()
3652 case ZEND_ASSIGN_DIM: in _zend_update_type_info()
4925 case ZEND_ASSIGN_DIM: in zend_may_throw_ex()
5178 case ZEND_ASSIGN_DIM: in zend_may_throw_ex()
H A Dcompact_literals.c262 case ZEND_ASSIGN_DIM: in zend_optimizer_compact_literals()
H A Dzend_optimizer.c302 case ZEND_ASSIGN_DIM: in zend_optimizer_update_op1_const()
563 case ZEND_ASSIGN_DIM: in zend_optimizer_update_op2_const()
H A Dblock_pass.c291 case ZEND_ASSIGN_DIM: in zend_optimize_block()
H A Dzend_ssa.c589 case ZEND_ASSIGN_DIM: in _zend_ssa_rename_op()
H A Ddfa_pass.c371 || opline->opcode == ZEND_ASSIGN_DIM in opline_supports_assign_contraction()
/PHP-8.4/Zend/
H A Dzend_vm_opcodes.h109 #define ZEND_ASSIGN_DIM 23 macro
H A Dzend_compile.c777 case ZEND_ASSIGN_DIM: in zend_do_free()
3504 opline->opcode = ZEND_ASSIGN_DIM; in zend_compile_assign()
10353 opline->opcode = ZEND_ASSIGN_DIM; in zend_compile_assign_coalesce()
H A Dzend_vm_def.h2614 ZEND_VM_HANDLER(23, ZEND_ASSIGN_DIM, VAR|CV, CONST|TMPVAR|UNUSED|NEXT|CV, SPEC(OP_DATA=CONST|TMP|VA…
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c762 if (opline->opcode == ZEND_ASSIGN_DIM ||
808 case ZEND_ASSIGN_DIM:
H A Dzend_jit_trace.c593 case ZEND_ASSIGN_DIM: in zend_jit_trace_op_len()
1839 case ZEND_ASSIGN_DIM: in zend_jit_trace_build_tssa()
3062 case ZEND_ASSIGN_DIM: in zend_jit_trace_allocate_registers()
5009 case ZEND_ASSIGN_DIM: in zend_jit_trace()
6690 case ZEND_ASSIGN_DIM: in zend_jit_trace()
6707 } else if ((opline-1)->opcode == ZEND_ASSIGN_DIM in zend_jit_trace()
H A Dzend_jit_helpers.c925 if (opline->opcode == ZEND_ASSIGN_DIM in zend_jit_fetch_dim_w_helper()
H A Dzend_jit.c1715 case ZEND_ASSIGN_DIM: in zend_jit()
H A Dzend_jit_ir.c4069 case ZEND_ASSIGN_DIM: in zend_jit_handler()
6430 if (opline->opcode == ZEND_ASSIGN_DIM || opline->opcode == ZEND_ASSIGN_OBJ) { in zend_jit_assign_to_variable()
16990 case ZEND_ASSIGN_DIM:
16998 if ((opline->opcode == ZEND_ASSIGN_DIM

Completed in 222 milliseconds