Searched refs:insertGapAt (Results 1 – 5 of 5) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 456 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/ |
D | TransformAccessArrayField.java | 146 = iterator.insertGapAt(pos, castType != null ? 5 : 2, false); in replace()
|
/external/javassist/src/main/javassist/ |
D | CtConstructor.java | 382 pos = iterator.insertGapAt(pos, num - 3, false).position; in removeConsCall()
|
D | CtBehavior.java | 859 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/ |
D | Expr.java | 298 pos = iterator.insertGapAt(pos, gap, false).position; in replace0()
|