Searched refs:copyGapBytes (Results 1 – 1 of 1) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 898 j = copyGapBytes(newcode, j, code, i, i2); in insertGap2() 930 j = copyGapBytes(newcode, j, code, i, i2); in insertGap2() 957 private static int copyGapBytes(byte[] newcode, int j, byte[] code, int i, int iEnd) { in copyGapBytes() method in CodeIterator
|