Searched refs:shiftPc (Results 1 – 6 of 6) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | ExceptionTable.java | 251 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() method in ExceptionTable 255 e.startPc = shiftPc(e.startPc, where, gapLength, exclusive); in shiftPc() 256 e.endPc = shiftPc(e.endPc, where, gapLength, exclusive); in shiftPc() 257 e.handlerPc = shiftPc(e.handlerPc, where, gapLength, exclusive); in shiftPc() 261 private static int shiftPc(int pc, int where, int gapLength, in shiftPc() method in ExceptionTable
|
D | CodeIterator.java | 825 etable.shiftPc(where, gapLength, exclusive); in insertGapCore1() 829 na.shiftPc(where, gapLength, exclusive); in insertGapCore1() 834 va.shiftPc(where, gapLength, exclusive); in insertGapCore1() 840 vta.shiftPc(where, gapLength, exclusive); in insertGapCore1() 844 smt.shiftPc(where, gapLength, exclusive); in insertGapCore1() 848 sm.shiftPc(where, gapLength, exclusive); in insertGapCore1() 1014 void shiftPc(int where, int gapLength, boolean exclusive) throws BadBytecode { in shiftPc() method in CodeIterator.Pointers 1024 etable.shiftPc(where, gapLength, exclusive); in shiftPc() 1026 line.shiftPc(where, gapLength, exclusive); in shiftPc() 1029 vars.shiftPc(where, gapLength, exclusive); in shiftPc() [all …]
|
D | LineNumberAttribute.java | 172 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() method in LineNumberAttribute
|
D | LocalVariableAttribute.java | 180 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() method in LocalVariableAttribute
|
D | StackMap.java | 375 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() method in StackMap
|
D | StackMapTable.java | 788 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() method in StackMapTable
|