Searched defs:checkIndex (Results 1 – 4 of 4) sorted by relevance
112 final int checkIndex(int i) { in checkIndex() method in Buffer116 final int checkIndex(int i, int nb) { in checkIndex() method in Buffer
42 public static int checkIndex(int index, int length) { throw new RuntimeException("Stub!"); } in checkIndex() method in Objects44 public static long checkIndex(long index, long length) { throw new RuntimeException("Stub!"); } in checkIndex() method in Objects
384 int checkIndex(int index, int length) { in checkIndex() method in Objects460 long checkIndex(long index, long length) { in checkIndex() method in Objects
419 MethodHandle checkIndex = MethodHandles.insertArguments(CHECK_INDEX, 1, labelsCount + 1); in withIndexCheck() local