Home
last modified time | relevance | path

Searched defs:checkIndex (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/nio/
DBuffer.java112 final int checkIndex(int i) { in checkIndex() method in Buffer
116 final int checkIndex(int i, int nb) { in checkIndex() method in Buffer
/libcore/ojluni/annotations/flagged_api/java/util/
DObjects.annotated.java42 public static int checkIndex(int index, int length) { throw new RuntimeException("Stub!"); } in checkIndex() method in Objects
44 public static long checkIndex(long index, long length) { throw new RuntimeException("Stub!"); } in checkIndex() method in Objects
/libcore/ojluni/src/main/java/java/util/
DObjects.java384 int checkIndex(int index, int length) { in checkIndex() method in Objects
460 long checkIndex(long index, long length) { in checkIndex() method in Objects
/libcore/ojluni/src/main/java/java/lang/runtime/
DSwitchBootstraps.java419 MethodHandle checkIndex = MethodHandles.insertArguments(CHECK_INDEX, 1, labelsCount + 1); in withIndexCheck() local