Home
last modified time | relevance | path

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

/art/test/626-const-class-linking/src/
DMain.java73 Class<?> helper1 = delegating_loader.loadClass("Helper1"); in testMultiDex() local
74 WeakReference<Class<?>> weak_test1 = wrapHelperGet(helper1); in testMultiDex()
127 final Class<?> helper1 = racy_loader.loadClass("Helper1"); in testRacyLoader() local
128 skipVerification(helper1); // Avoid class loading during verification. in testRacyLoader()
135 Method get = helper1.getDeclaredMethod("get"); in testRacyLoader()
161 final Class<?> helper1 = racy_loader.loadClass("Helper1"); in testRacyLoader2() local
162 skipVerification(helper1); // Avoid class loading during verification. in testRacyLoader2()
171 Class<?> helper = (my_index < threads.length / 2) ? helper1 : helper3; in testRacyLoader2()
199 final Class<?> helper1 = racy_loader.loadClass("RacyMisbehavingHelper"); in testRacyMisbehavingLoader() local
200 skipVerification(helper1); // Avoid class loading during verification. in testRacyMisbehavingLoader()
[all …]