Home
last modified time | relevance | path

Searched defs:shiftPc (Results 1 – 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DExceptionTable.java251 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() method in ExceptionTable
261 private static int shiftPc(int pc, int where, int gapLength, in shiftPc() method in ExceptionTable
DLineNumberAttribute.java172 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() method in LineNumberAttribute
DLocalVariableAttribute.java180 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() method in LocalVariableAttribute
DStackMap.java375 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() method in StackMap
DStackMapTable.java788 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() method in StackMapTable
DCodeIterator.java1014 void shiftPc(int where, int gapLength, boolean exclusive) throws BadBytecode { in shiftPc() method in CodeIterator.Pointers