Home
last modified time | relevance | path

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

/art/test/597-app-images-same-classloader/src-art/
DMain.java50 Class<?> secondaryCls = pcl.loadClass("Secondary"); in testLoadingSecondaryAppImageInLoadedClassLoader() local
52 checkAppImageContains(secondaryCls)); in testLoadingSecondaryAppImageInLoadedClassLoader()
53 assertTrue("Ensure Secondary class is preinitialized", checkInitialized(secondaryCls)); in testLoadingSecondaryAppImageInLoadedClassLoader()
55 secondaryCls.getDeclaredMethod("go").invoke(null); in testLoadingSecondaryAppImageInLoadedClassLoader()
/art/test/596-app-images/src-art/
DMain.java123 Class<?> secondaryCls = pcl.loadClass("Secondary"); in testLoadingSecondaryAppImage() local
125 checkAppImageContains(secondaryCls)); in testLoadingSecondaryAppImage()
127 checkInitialized(secondaryCls)); in testLoadingSecondaryAppImage()
129 secondaryCls.getDeclaredMethod("go").invoke(null); in testLoadingSecondaryAppImage()