Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DStackMap.java386 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()
DStackMapTable.java822 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();