Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_vm_opcodes.h113 #define ZEND_ASSIGN_DIM_OP 27 macro
H A Dzend_compile.c755 case ZEND_ASSIGN_DIM_OP: in zend_do_free()
3582 opline->opcode = ZEND_ASSIGN_DIM_OP; in zend_compile_compound_assign()
H A Dzend_execute.c1691 case ZEND_ASSIGN_DIM_OP: in zend_wrong_string_offset_error()
H A Dzend_vm_def.h1151 ZEND_VM_HANDLER(27, ZEND_ASSIGN_DIM_OP, VAR|CV, CONST|TMPVAR|UNUSED|NEXT|CV, OP)
/PHP-8.3/Zend/Optimizer/
H A Descape_analysis.c257 case ZEND_ASSIGN_DIM_OP: in is_local_def()
298 case ZEND_ASSIGN_DIM_OP: in is_escape_use()
H A Dzend_dfg.c133 case ZEND_ASSIGN_DIM_OP: in _zend_dfg_add_use_def_op()
H A Dsccp.c226 case ZEND_ASSIGN_DIM_OP: in can_replace_op1()
1271 case ZEND_ASSIGN_DIM_OP: in sccp_visit_instr()
1287 } else if (opline->opcode == ZEND_ASSIGN_DIM_OP) { in sccp_visit_instr()
2103 case ZEND_ASSIGN_DIM_OP: in try_remove_definition()
2212 case ZEND_ASSIGN_DIM_OP: in try_remove_definition()
2273 case ZEND_ASSIGN_DIM_OP: in try_remove_definition()
H A Ddce.c359 case ZEND_ASSIGN_DIM_OP: in try_remove_var_def()
H A Dzend_inference.c1473 case ZEND_ASSIGN_DIM_OP: in zend_inference_propagate_range()
1503 (opline-1)->opcode == ZEND_ASSIGN_DIM_OP || in zend_inference_propagate_range()
2556 || ((opline->opcode == ZEND_ASSIGN_DIM_OP in _zend_update_type_info()
2572 if (opline->opcode == ZEND_ASSIGN_DIM_OP in _zend_update_type_info()
2742 case ZEND_ASSIGN_DIM_OP: in _zend_update_type_info()
2754 } else if (opline->opcode == ZEND_ASSIGN_DIM_OP) { in _zend_update_type_info()
2781 if (opline->opcode == ZEND_ASSIGN_DIM_OP) { in _zend_update_type_info()
2803 if (opline->opcode == ZEND_ASSIGN_DIM_OP) { in _zend_update_type_info()
3635 case ZEND_ASSIGN_DIM_OP: in _zend_update_type_info()
H A Dzend_optimizer.c350 case ZEND_ASSIGN_DIM_OP: in zend_optimizer_update_op1_const()
561 case ZEND_ASSIGN_DIM_OP: in zend_optimizer_update_op2_const()
H A Dcompact_literals.c269 case ZEND_ASSIGN_DIM_OP: in zend_optimizer_compact_literals()
H A Dblock_pass.c295 case ZEND_ASSIGN_DIM_OP: in zend_optimize_block()
1538 case ZEND_ASSIGN_DIM_OP: in zend_t_usage()
H A Dzend_ssa.c661 case ZEND_ASSIGN_DIM_OP: in _zend_ssa_rename_op()
H A Ddfa_pass.c360 || opline->opcode == ZEND_ASSIGN_DIM_OP) in opline_supports_assign_contraction()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c743 opline->opcode == ZEND_ASSIGN_DIM_OP ||
787 case ZEND_ASSIGN_DIM_OP:
H A Dzend_jit_trace.c630 case ZEND_ASSIGN_DIM_OP: in zend_jit_trace_op_len()
1706 case ZEND_ASSIGN_DIM_OP: in zend_jit_trace_build_tssa()
1734 if (opline->opcode == ZEND_ASSIGN_DIM_OP) { in zend_jit_trace_build_tssa()
1752 } else if (opline->opcode == ZEND_ASSIGN_DIM_OP in zend_jit_trace_build_tssa()
2212 if (opline->opcode == ZEND_ASSIGN_DIM_OP in zend_jit_trace_build_tssa()
2955 case ZEND_ASSIGN_DIM_OP: in zend_jit_trace_allocate_registers()
4587 case ZEND_ASSIGN_DIM_OP: in zend_jit_trace()
6460 case ZEND_ASSIGN_DIM_OP: in zend_jit_trace()
H A Dzend_jit.c3145 case ZEND_ASSIGN_DIM_OP: in zend_jit()
H A Dzend_jit_arm64.dasc3408 case ZEND_ASSIGN_DIM_OP:
4587 if (opline->opcode == ZEND_ASSIGN_DIM_OP && (opline->op2_type & (IS_VAR|IS_TMP_VAR))) {
4947 if (opline->opcode == ZEND_ASSIGN_DIM_OP && (opline->op2_type & (IS_VAR|IS_TMP_VAR))) {
H A Dzend_jit_x86.dasc3718 case ZEND_ASSIGN_DIM_OP:
5024 if (opline->opcode == ZEND_ASSIGN_DIM_OP && (opline->op2_type & (IS_VAR|IS_TMP_VAR))) {
5447 if (opline->opcode == ZEND_ASSIGN_DIM_OP && (opline->op2_type & (IS_VAR|IS_TMP_VAR))) {

Completed in 238 milliseconds