Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java477 pos = insertGapAt(pos, len, exclusive).position; in insert0()
502 return insertGapAt(currentPos, length, false).position; in insertGap()
522 return insertGapAt(pos, length, false).length; in insertGap()
541 return insertGapAt(currentPos, length, true).position; in insertExGap()
561 return insertGapAt(pos, length, true).length; in insertExGap()
613 public Gap insertGapAt(int pos, int length, boolean exclusive) in insertGapAt() method in CodeIterator
/external/javassist/src/main/javassist/convert/
DTransformAccessArrayField.java149 = iterator.insertGapAt(pos, castType != null ? 5 : 2, false); in replace()
/external/javassist/src/main/javassist/
DCtConstructor.java395 pos = iterator.insertGapAt(pos, num - 3, false).position; in removeConsCall()
DCtBehavior.java953 CodeIterator.Gap gap = iterator.insertGapAt(pos, len, false); in insertGoto()
966 CodeIterator.Gap gap2 = iterator.insertGapAt(gap.position, 2, false); in insertGoto()
/external/javassist/src/main/javassist/expr/
DExpr.java294 pos = iterator.insertGapAt(pos, gap, false).position; in replace0()