Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java541 int pos = ci.insertExGap(3); in shiftIndex()
572 int pos = ci.insertExGap(2); in shiftIndex8()
594 int pos = ci.insertExGap(1); in shiftIndex0()
599 int pos = ci.insertExGap(3); in shiftIndex0()
DCodeIterator.java540 public int insertExGap(int length) throws BadBytecode { in insertExGap() method in CodeIterator
560 public int insertExGap(int pos, int length) throws BadBytecode { in insertExGap() method in CodeIterator