Searched refs:helper1 (Results 1 – 1 of 1) sorted by relevance
73 Class<?> helper1 = delegating_loader.loadClass("Helper1"); in testMultiDex() local74 WeakReference<Class<?>> weak_test1 = wrapHelperGet(helper1); in testMultiDex()127 final Class<?> helper1 = racy_loader.loadClass("Helper1"); in testRacyLoader() local128 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() local162 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() local200 skipVerification(helper1); // Avoid class loading during verification. in testRacyMisbehavingLoader()[all …]