Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DExceptionTable.java243 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() method in ExceptionTable
245 e.startPc = shiftPc(e.startPc, where, gapLength, exclusive); in shiftPc()
246 e.endPc = shiftPc(e.endPc, where, gapLength, exclusive); in shiftPc()
247 e.handlerPc = shiftPc(e.handlerPc, where, gapLength, exclusive); in shiftPc()
251 private static int shiftPc(int pc, int where, int gapLength, in shiftPc() method in ExceptionTable
DCodeIterator.java845 etable.shiftPc(where, gapLength, exclusive); in insertGapCore1()
849 na.shiftPc(where, gapLength, exclusive); in insertGapCore1()
854 va.shiftPc(where, gapLength, exclusive); in insertGapCore1()
860 vta.shiftPc(where, gapLength, exclusive); in insertGapCore1()
864 smt.shiftPc(where, gapLength, exclusive); in insertGapCore1()
868 sm.shiftPc(where, gapLength, exclusive); in insertGapCore1()
1034 void shiftPc(int where, int gapLength, boolean exclusive) throws BadBytecode { in shiftPc() method in CodeIterator.Pointers
1044 etable.shiftPc(where, gapLength, exclusive); in shiftPc()
1046 line.shiftPc(where, gapLength, exclusive); in shiftPc()
1049 vars.shiftPc(where, gapLength, exclusive); in shiftPc()
[all …]
DLineNumberAttribute.java174 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() method in LineNumberAttribute
DLocalVariableAttribute.java184 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() method in LocalVariableAttribute
DStackMap.java386 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() method in StackMap
DStackMapTable.java822 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() method in StackMapTable