Searched refs:NREFS (Results 1 – 1 of 1) sorted by relevance
42 static final int NREFS = PRINT_TIMES ? 1_000_000 : 300_000; // Multiple of NBATCHES. field in Main43 static final int REFS_PER_BATCH = NREFS / NBATCHES;48 ArrayList<WeakReference<Integer>> weakRefs = new ArrayList<>(NREFS);113 for (int i = 0; i < NREFS; ++i) { in fillWeakRefs()172 for (int i = 0; i < NREFS; ++i) { in timeUnreachable()188 Integer[] strongRefs = new Integer[NREFS]; in timeReachable()