Home
last modified time | relevance | path

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

/art/test/904-object-allocation/src/art/
DTest904.java102 private static Thread testThread(final ArrayList<Object> l, final boolean sameThread, in testThread() argument
123 enableAllocationTracking(sameThread ? this : thisThread, false); in testThread()
130 enableAllocationTracking(sameThread ? t : Thread.currentThread(), true); in testThread()