Home
last modified time | relevance | path

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

/art/test/1922-owned-monitors-info/src/art/
DTest1922.java195 ListIterator<Function<Runnable, Runnable>> li2 = in runTestsOtherThread() local
197 for (Function<Runnable, Runnable> r2 = li2.next(); li2.hasNext(); r2 = li2.next()) { in runTestsOtherThread()
199 MkSafepoints.listIterator(ALL_COMBOS ? 0 : li2.previousIndex()); in runTestsOtherThread()
239 ListIterator<Function<Runnable, Runnable>> li2 = in runTestsCurrentThread() local
241 for (Function<Runnable, Runnable> r2 = li2.next(); li2.hasNext(); r2 = li2.next()) { in runTestsCurrentThread()
243 MkSafepoints.listIterator(ALL_COMBOS ? 0 : li2.previousIndex()); in runTestsCurrentThread()