Home
last modified time | relevance | path

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

/art/test/2042-reference-processing/src/
DMain.java234 final int ITERS = (TOTAL_OBJS - MIN_LIVE_OBJS) / DROP_OBJS; in testLoop() local
235 for (int i = 0; i < ITERS; ++i) { in testLoop()