Searched refs:gapSize (Results 1 – 2 of 2) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | StackMap.java | 375 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() argument 378 new Shifter(this, where, gapSize, exclusive).visit(); in shiftPc()
|
D | StackMapTable.java | 788 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() argument 791 new Shifter(this, where, gapSize, exclusive).doit(); in shiftPc()
|