Searched refs:insertGap (Results 1 – 9 of 9) sorted by relevance
44 pos = iterator.insertGap(3); in transform()52 pos = iterator.insertGap(2); in transform()
34 int p = iterator.insertGap(3); in match2()
79 pos = iterator.insertGap(1); // insertGap() may insert 4 bytes. in transform()
73 int p = iterator.insertGap(3); in match2()
840 byte[] newinfo = insertGap(info, pos, 2); in update()850 private static byte[] insertGap(byte[] info, int where, int gap) {
480 public int insertGap(int length) throws BadBytecode { in insertGap() method in CodeIterator500 public int insertGap(int pos, int length) throws BadBytecode { in insertGap() method in CodeIterator
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...