Searched refs:insertGap (Results 1 – 8 of 8) sorted by relevance
49 pos = iterator.insertGap(3); in transform()57 pos = iterator.insertGap(2); in transform()
37 int p = iterator.insertGap(3); in match2()
83 pos = iterator.insertGap(1); // insertGap() may insert 4 bytes. in transform()
81 int p = iterator.insertGap(3); in match2()
894 byte[] newinfo = insertGap(info, pos, 2); in update()904 static byte[] insertGap(byte[] info, int where, int gap) {974 byte[] newinfo = insertGap(info, pos, 2);
501 public int insertGap(int length) throws BadBytecode { in insertGap() method in CodeIterator521 public int insertGap(int pos, int length) throws BadBytecode { in insertGap() method in CodeIterator
632 ci.insertGap(0, 7); in testConstructor3()
87 it.insertGap(c.indexOfBytecode(), 5000); in testInsGap()