Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DStackMap.java375 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() argument
378 new Shifter(this, where, gapSize, exclusive).visit(); in shiftPc()
DStackMapTable.java788 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() argument
791 new Shifter(this, where, gapSize, exclusive).doit(); in shiftPc()