Home
last modified time | relevance | path

Searched refs:largeLength (Results 1 – 1 of 1) sorted by relevance

/art/benchmark/scoped-primitive-array/src/
DScopedPrimitiveArrayBenchmark.java26 static final int largeLength = 8096; field in ScopedPrimitiveArrayBenchmark
29 static byte[] largeBytes = new byte[largeLength];
32 static short[] largeShorts = new short[largeLength];
35 static int[] largeInts = new int[largeLength];
38 static long[] largeLongs = new long[largeLength];