Searched refs:li1 (Results 1 – 1 of 1) sorted by relevance
193 ListIterator<Function<Runnable, Runnable>> li1 = MkSafepoints.listIterator(); in runTestsOtherThread() local194 for (Function<Runnable, Runnable> r1 = li1.next(); li1.hasNext(); r1 = li1.next()) { in runTestsOtherThread()196 MkSafepoints.listIterator(ALL_COMBOS ? 0 : li1.previousIndex()); in runTestsOtherThread()237 ListIterator<Function<Runnable, Runnable>> li1 = MkSafepoints.listIterator(); in runTestsCurrentThread() local238 for (Function<Runnable, Runnable> r1 = li1.next(); li1.hasNext(); r1 = li1.next()) { in runTestsCurrentThread()240 MkSafepoints.listIterator(ALL_COMBOS ? 0 : li1.previousIndex()); in runTestsCurrentThread()