Home | History | Annotate | Download | only in evaluation

Lines Matching full:switchinstruction

1041                                           SwitchInstruction switchInstruction)
1054 int[] jumpOffsets = switchInstruction.jumpOffsets;
1063 replacementInstruction = switchInstruction;
1068 if (!branchTargets.contains(offset + switchInstruction.defaultOffset))
1071 switchInstruction.defaultOffset = defaultOffset;
1074 replacementInstruction = switchInstruction;
1079 replaceInstruction(clazz, offset, switchInstruction, replacementInstruction);
1334 SwitchInstruction replacementSwitchInstruction)