Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java898 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