Home
last modified time | relevance | path

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

/art/test/688-shared-library/src-art/
DMain.java53 ClassLoader delegateFirst = in testOneLibrary() local
55 Class<?> cls = delegateFirst.loadClass("Main"); in testOneLibrary()
57 cls = delegateFirst.loadClass("SharedLibraryOne"); in testOneLibrary()
73 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraries); in testTwoLibraries1() local
74 Class<?> cls = delegateFirst.loadClass("Main"); in testTwoLibraries1()
76 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTwoLibraries1()
92 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraries); in testTwoLibraries2() local
93 Class<?> cls = delegateFirst.loadClass("Main"); in testTwoLibraries2()
95 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTwoLibraries2()
113 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive1() local
[all …]