Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/Optimizer/
H A Descape_analysis.c218 case ZEND_ASSIGN_DIM: in is_allocation_def()
260 case ZEND_ASSIGN_DIM: in is_local_def()
329 case ZEND_ASSIGN_DIM: in is_escape_use()
349 if ((opline-1)->opcode != ZEND_ASSIGN_DIM in is_escape_use()
510 ((opline-1)->opcode == ZEND_ASSIGN_DIM || in zend_ssa_escape_analysis()
H A Dzend_dfg.c119 case ZEND_ASSIGN_DIM: in zend_build_dfg()
H A Ddce.c219 case ZEND_ASSIGN_DIM: in may_have_side_effects()
331 case ZEND_ASSIGN_DIM: in try_remove_var_def()
H A Dzend_optimizer.c271 case ZEND_ASSIGN_DIM: in zend_optimizer_update_op1_const()
524 } else if (opline->extended_value == ZEND_ASSIGN_DIM) { in zend_optimizer_update_op2_const()
543 case ZEND_ASSIGN_DIM: in zend_optimizer_update_op2_const()
715 case ZEND_ASSIGN_DIM: in zend_optimizer_replace_by_const()
H A Dsccp.c222 case ZEND_ASSIGN_DIM: in can_replace_op1()
1074 case ZEND_ASSIGN_DIM: in sccp_visit_instr()
1442 } else if (opline->extended_value == ZEND_ASSIGN_DIM) { in sccp_visit_instr()
2227 case ZEND_ASSIGN_DIM: in try_remove_definition()
2291 case ZEND_ASSIGN_DIM: in try_remove_definition()
H A Dcompact_literals.c248 } else if (opline->extended_value == ZEND_ASSIGN_DIM) { in zend_optimizer_compact_literals()
279 case ZEND_ASSIGN_DIM: in zend_optimizer_compact_literals()
H A Dzend_inference.c1359 case ZEND_ASSIGN_DIM: in zend_inference_calc_range()
1403 if ((opline-1)->opcode == ZEND_ASSIGN_DIM || in zend_inference_calc_range()
2495 } else if (opline->extended_value == ZEND_ASSIGN_DIM) { in zend_update_type_info()
2517 if (opline->extended_value == ZEND_ASSIGN_DIM) { in zend_update_type_info()
2541 if (opline->extended_value == ZEND_ASSIGN_DIM) { in zend_update_type_info()
2679 case ZEND_ASSIGN_DIM: in zend_update_type_info()
3243 case ZEND_ASSIGN_DIM: in zend_update_type_info()
3258 if (op_array->opcodes[j].extended_value == ZEND_ASSIGN_DIM) { in zend_update_type_info()
4190 case ZEND_ASSIGN_DIM: in zend_may_throw()
4414 case ZEND_ASSIGN_DIM: in zend_may_throw()
H A Dzend_dump.c450 if (opline->extended_value == ZEND_ASSIGN_DIM) { in zend_dump_op()
H A Dzend_ssa.c636 case ZEND_ASSIGN_DIM: in zend_ssa_rename()
/PHP-7.3/Zend/
H A Dzend_vm_opcodes.h224 #define ZEND_ASSIGN_DIM 147 macro
H A Dzend_execute.c1267 } else if (opline->extended_value == ZEND_ASSIGN_DIM) { in zend_wrong_string_offset()
1288 case ZEND_ASSIGN_DIM: in zend_wrong_string_offset()
H A Dzend_compile.c3007 opline->opcode = ZEND_ASSIGN_DIM; in zend_compile_assign()
3137 opline->extended_value = ZEND_ASSIGN_DIM; in zend_compile_compound_assign()
H A Dzend_vm_def.h988 if (EXPECTED(opline->extended_value == ZEND_ASSIGN_DIM)) {
2207 ZEND_VM_HANDLER(147, ZEND_ASSIGN_DIM, VAR|CV, CONST|TMPVAR|UNUSED|NEXT|CV, SPEC(OP_DATA=CONST|TMP|V…
H A Dzend_vm_execute.h65180 if (op->extended_value == ZEND_ASSIGN_DIM) {
65230 if (op->extended_value == ZEND_ASSIGN_DIM) {

Completed in 268 milliseconds