Home
last modified time | relevance | path

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

/cts/hostsidetests/jvmti/allocation-tracking/app/src/android/jvmti/cts/
DJvmtiTrackingTest.java89 testThread(l, true, true); in testTracking()
96 testThread(l, true, false); in testTracking()
103 testThread(l, false, true); in testTracking()
116 private static void testThread(final ArrayList<Object> l, final boolean sameThread, in testThread() method in JvmtiTrackingTest