Searched refs:shiftOffset (Results 1 – 1 of 1) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 1275 static int shiftOffset(int i, int offset, int where, in shiftOffset() method in CodeIterator.Branch 1348 offset = shiftOffset(pos, offset, where, gapLength, exclusive); in shift() 1436 offset = shiftOffset(pos, offset, where, gapLength, exclusive); in shift() 1460 defaultByte = shiftOffset(p, defaultByte, where, gapLength, exclusive); in shift() 1463 offsets[i] = shiftOffset(p, offsets[i], where, gapLength, exclusive); in shift()
|