Searched refs:childLoader (Results 1 – 2 of 2) sorted by relevance
23 ClassLoader childLoader = new PathClassLoader(DEX_CHILD, parentLoader); in main() local24 Class.forName("ChildClass", true, childLoader).getDeclaredMethod("runTest").invoke(null); in main()
102 ClassLoader childLoader = null; in doTest() local104 childLoader = new PathClassLoader(DEX_CHILD, parentLoader); in doTest()110 childLoader = BOOT_CLASS_LOADER; in doTest()123 Class<?> childClass = Class.forName("ChildClass", true, childLoader); in doTest()