Searched defs:arrayLength (Results 1 – 8 of 8) sorted by relevance
42 public MethodHandle asCollector(Class<?> arrayType, int arrayLength) { return null; } in asCollector()
25 @Param({"1", "4", "16", "256", "2048"}) int arrayLength; field in DeepArrayOpsBenchmark
24 int arrayLength; field in SystemArrayCopyBenchmark
479 protected abstract int arrayLength(T_ARR array); in arrayLength() method in SpinedBuffer.OfPrimitive757 protected int arrayLength(int[] array) { in arrayLength() method in SpinedBuffer.OfInt871 protected int arrayLength(long[] array) { in arrayLength() method in SpinedBuffer.OfLong987 protected int arrayLength(double[] array) { in arrayLength() method in SpinedBuffer.OfDouble
306 int arrayLength = 10; in test_enumerate$Ljava_lang_Thread() local
385 private static void checkFromToBounds(int arrayLength, int origin, int fence) { in checkFromToBounds()
4855 public static void checkOffsetAndCount(int arrayLength, int offset, int count) { in checkOffsetAndCount()
1373 size_t arrayLength = env->GetArrayLength(javaStructs); in Posix_poll() local