Home
last modified time | relevance | path

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

/art/test/626-const-class-linking/src/
DMain.java48 WeakReference<Class<?>> weak_test1 = wrapHelperGet(helper); in testClearDexCache()
52 WeakReference<Class<?>> weak_test2 = wrapHelperGet(helper); in testClearDexCache()
74 WeakReference<Class<?>> weak_test1 = wrapHelperGet(helper1); in testMultiDex()
79 WeakReference<Class<?>> weak_test2 = wrapHelperGet(helper2); in testMultiDex()
106 WeakReference<Class<?>> weak_test = wrapHelperGet(helper); in testMisbehavingLoader()
313 private static WeakReference<Class<?>> wrapHelperGet(Class<?> helper) throws Exception { in wrapHelperGet() method in Main