Home
last modified time | relevance | path

Searched refs:SwitchShifter (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DStackMap.java422 new SwitchShifter(this, where, gapSize).visit(); in shiftForSwitch()
425 static class SwitchShifter extends Walker { class in StackMap
428 public SwitchShifter(StackMap smt, int where, int gap) { in SwitchShifter() method in StackMap.SwitchShifter
DStackMapTable.java950 new SwitchShifter(this, where, gapSize).doit();
953 static class SwitchShifter extends Shifter {
954 SwitchShifter(StackMapTable smt, int where, int gap) {