Searched refs:gapSize (Results 1 – 2 of 2) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | StackMap.java | 386 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() argument 389 new Shifter(this, where, gapSize, exclusive).visit(); in shiftPc() 421 void shiftForSwitch(int where, int gapSize) throws BadBytecode { in shiftForSwitch() argument 422 new SwitchShifter(this, where, gapSize).visit(); in shiftForSwitch()
|
D | StackMapTable.java | 822 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() argument 825 new OffsetShifter(this, where, gapSize).parse(); in shiftPc() 826 new Shifter(this, where, gapSize, exclusive).doit(); in shiftPc() 949 void shiftForSwitch(int where, int gapSize) throws BadBytecode { 950 new SwitchShifter(this, where, gapSize).doit();
|