Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java456 pos = insertGapAt(pos, len, exclusive).position; in insert0()
481 return insertGapAt(currentPos, length, false).position; in insertGap()
501 return insertGapAt(pos, length, false).length; in insertGap()
520 return insertGapAt(currentPos, length, true).position; in insertExGap()
540 return insertGapAt(pos, length, true).length; in insertExGap()
592 public Gap insertGapAt(int pos, int length, boolean exclusive) in insertGapAt() method in CodeIterator
/external/javassist/src/main/javassist/convert/
DTransformAccessArrayField.java146 = iterator.insertGapAt(pos, castType != null ? 5 : 2, false); in replace()
/external/javassist/src/main/javassist/
DCtConstructor.java382 pos = iterator.insertGapAt(pos, num - 3, false).position; in removeConsCall()
DCtBehavior.java859 pos = iterator.insertGapAt(pos, wide ? 4 : 2, false).position; in insertGoto()
870 pos = iterator.insertGapAt(pos, 2, false).position; in insertGoto()
/external/javassist/src/main/javassist/expr/
DExpr.java298 pos = iterator.insertGapAt(pos, gap, false).position; in replace0()