Searched defs:insertGapAt (Results 1 - 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java456 pos = insertGapAt(pos, len, exclusive).position;
481 return insertGapAt(currentPos, length, false).position;
501 return insertGapAt(pos, length, false).length;
520 return insertGapAt(currentPos, length, true).position;
540 return insertGapAt(pos, length, true).length;
592 public Gap insertGapAt(int pos, int length, boolean exclusive) method in class:CodeIterator
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 113 milliseconds