Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java520 int pos = ci.insertExGap(3); in shiftIndex()
551 int pos = ci.insertExGap(2); in shiftIndex8()
573 int pos = ci.insertExGap(1); in shiftIndex0()
578 int pos = ci.insertExGap(3); in shiftIndex0()
DCodeIterator.java519 public int insertExGap(int length) throws BadBytecode { in insertExGap() method in CodeIterator
539 public int insertExGap(int pos, int length) throws BadBytecode { in insertExGap() method in CodeIterator