Home
last modified time | relevance | path

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

/art/test/054-uncaught/src/
DMain.java22 testThread(1); in main()
23 testThread(2); in main()
24 testThread(3); in main()
29 private static void testThread(int which) { in testThread() method in Main
/art/test/904-object-allocation/src/art/
DTest904.java74 Thread test_thread = testThread(l, true, true); in doTest()
82 test_thread = testThread(l, true, false); in doTest()
88 test_thread = testThread(l, false, true); in doTest()
102 private static Thread testThread(final ArrayList<Object> l, final boolean sameThread, in testThread() method in Test904