Home
last modified time | relevance | path

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

/PHP-8.3/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.c216 case ZEND_ASSIGN_DIM: in may_have_side_effects()
353 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()
888 case ZEND_ASSIGN_DIM: in sccp_visit_instr()
2097 case ZEND_ASSIGN_DIM: in try_remove_definition()
2209 case ZEND_ASSIGN_DIM: in try_remove_definition()
2268 case ZEND_ASSIGN_DIM: in try_remove_definition()
H A Dzend_inference.c1470 case ZEND_ASSIGN_DIM: in zend_inference_propagate_range()
1500 if ((opline-1)->opcode == ZEND_ASSIGN_DIM || in zend_inference_propagate_range()
2559 || opline->opcode == ZEND_ASSIGN_DIM in _zend_update_type_info()
2575 || opline->opcode == ZEND_ASSIGN_DIM in _zend_update_type_info()
2981 case ZEND_ASSIGN_DIM: in _zend_update_type_info()
3634 case ZEND_ASSIGN_DIM: in _zend_update_type_info()
4802 case ZEND_ASSIGN_DIM: in zend_may_throw_ex()
5052 case ZEND_ASSIGN_DIM: in zend_may_throw_ex()
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 Dcompact_literals.c259 case ZEND_ASSIGN_DIM: in zend_optimizer_compact_literals()
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.c358 || opline->opcode == ZEND_ASSIGN_DIM in opline_supports_assign_contraction()
/PHP-8.3/Zend/
H A Dzend_vm_opcodes.h109 #define ZEND_ASSIGN_DIM 23 macro
H A Dzend_compile.c751 case ZEND_ASSIGN_DIM: in zend_do_free()
3412 opline->opcode = ZEND_ASSIGN_DIM; in zend_compile_assign()
9412 opline->opcode = ZEND_ASSIGN_DIM; in zend_compile_assign_coalesce()
H A Dzend_vm_def.h2555 ZEND_VM_HANDLER(23, ZEND_ASSIGN_DIM, VAR|CV, CONST|TMPVAR|UNUSED|NEXT|CV, SPEC(OP_DATA=CONST|TMP|VA…
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c740 if (opline->opcode == ZEND_ASSIGN_DIM ||
786 case ZEND_ASSIGN_DIM:
H A Dzend_jit_trace.c627 case ZEND_ASSIGN_DIM: in zend_jit_trace_op_len()
1721 case ZEND_ASSIGN_DIM: in zend_jit_trace_build_tssa()
2952 case ZEND_ASSIGN_DIM: in zend_jit_trace_allocate_registers()
4899 case ZEND_ASSIGN_DIM: in zend_jit_trace()
6457 case ZEND_ASSIGN_DIM: in zend_jit_trace()
6474 } else if ((opline-1)->opcode == ZEND_ASSIGN_DIM in zend_jit_trace()
H A Dzend_jit_helpers.c917 if (opline->opcode == ZEND_ASSIGN_DIM in zend_jit_fetch_dim_w_helper()
H A Dzend_jit.c3163 case ZEND_ASSIGN_DIM: in zend_jit()
H A Dzend_jit_arm64.dasc3405 case ZEND_ASSIGN_DIM:
H A Dzend_jit_x86.dasc3715 case ZEND_ASSIGN_DIM:

Completed in 160 milliseconds