Home
last modified time | relevance | path

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

/PHP-8.1/Zend/Optimizer/
H A Descape_analysis.c202 case ZEND_ASSIGN_DIM: in is_allocation_def()
242 case ZEND_ASSIGN_DIM: in is_local_def()
289 case ZEND_ASSIGN_DIM: in is_escape_use()
310 if ((opline-1)->opcode != ZEND_ASSIGN_DIM in is_escape_use()
471 ((opline-1)->opcode == ZEND_ASSIGN_DIM || in zend_ssa_escape_analysis()
H A Ddce.c216 case ZEND_ASSIGN_DIM: in may_have_side_effects()
359 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.c224 case ZEND_ASSIGN_DIM: in can_replace_op1()
1028 case ZEND_ASSIGN_DIM: in sccp_visit_instr()
2223 case ZEND_ASSIGN_DIM: in try_remove_definition()
2334 case ZEND_ASSIGN_DIM: in try_remove_definition()
2393 case ZEND_ASSIGN_DIM: in try_remove_definition()
H A Dzend_optimizer.c209 case ZEND_ASSIGN_DIM: in zend_optimizer_update_op1_const()
475 case ZEND_ASSIGN_DIM: in zend_optimizer_update_op2_const()
549 case ZEND_ASSIGN_DIM: in zend_optimizer_replace_by_const()
H A Dcompact_literals.c286 case ZEND_ASSIGN_DIM: in zend_optimizer_compact_literals()
H A Dzend_inference.c1483 case ZEND_ASSIGN_DIM: in zend_inference_propagate_range()
1513 if ((opline-1)->opcode == ZEND_ASSIGN_DIM || in zend_inference_propagate_range()
2922 case ZEND_ASSIGN_DIM: in _zend_update_type_info()
3568 case ZEND_ASSIGN_DIM: in _zend_update_type_info()
4751 case ZEND_ASSIGN_DIM: in zend_may_throw_ex()
5001 case ZEND_ASSIGN_DIM: in zend_may_throw_ex()
H A Dzend_ssa.c590 case ZEND_ASSIGN_DIM: in _zend_ssa_rename_op()
H A Dblock_pass.c284 case ZEND_ASSIGN_DIM: in zend_optimize_block()
H A Ddfa_pass.c372 || opline->opcode == ZEND_ASSIGN_DIM in opline_supports_assign_contraction()
/PHP-8.1/Zend/
H A Dzend_vm_opcodes.h109 #define ZEND_ASSIGN_DIM 23 macro
H A Dzend_compile.c730 case ZEND_ASSIGN_DIM: in zend_do_free()
3276 opline->opcode = ZEND_ASSIGN_DIM; in zend_compile_assign()
9095 opline->opcode = ZEND_ASSIGN_DIM; in zend_compile_assign_coalesce()
H A Dzend_execute.c1596 case ZEND_ASSIGN_DIM: in zend_wrong_string_offset_error()
H A Dzend_vm_def.h2536 ZEND_VM_HANDLER(23, ZEND_ASSIGN_DIM, VAR|CV, CONST|TMPVAR|UNUSED|NEXT|CV, SPEC(OP_DATA=CONST|TMP|VA…
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c693 if (opline->opcode == ZEND_ASSIGN_DIM ||
739 case ZEND_ASSIGN_DIM:
H A Dzend_jit_trace.c627 case ZEND_ASSIGN_DIM: in zend_jit_trace_op_len()
1719 case ZEND_ASSIGN_DIM: in zend_jit_trace_build_tssa()
2936 case ZEND_ASSIGN_DIM: in zend_jit_trace_allocate_registers()
4883 case ZEND_ASSIGN_DIM: in zend_jit_trace()
6478 case ZEND_ASSIGN_DIM: in zend_jit_trace()
6495 } 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.c3150 case ZEND_ASSIGN_DIM: in zend_jit()
H A Dzend_jit_x86.dasc3750 case ZEND_ASSIGN_DIM:
H A Dzend_jit_arm64.dasc3416 case ZEND_ASSIGN_DIM:

Completed in 256 milliseconds