Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DStackMapTable.java825 new OffsetShifter(this, where, gapSize).parse(); in shiftPc()
829 static class OffsetShifter extends Walker { class in StackMapTable
832 public OffsetShifter(StackMapTable smt, int where, int gap) { in OffsetShifter() method in StackMapTable.OffsetShifter