Home
last modified time | relevance | path

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

/aosp12/art/test/597-app-images-same-classloader/src-art/
H A 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()
/aosp12/art/test/811-checker-invoke-super-secondary/src/
H A DMain.java31 Class<?> secondaryCls = pcl.loadClass("OtherClass"); in main() local
32 secondaryCls.getDeclaredMethod("$noinline$foo").invoke(secondaryCls.newInstance()); in main()
/aosp12/art/test/596-app-images/src-art/
H A 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()