Searched refs:sharedLibraryLevel1 (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/test/688-shared-library/src-art/ |
H A D | Main.java | 109 ClassLoader[] sharedLibraryLevel1 = { in testTransitive1() local 120 new DelegateLastClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive1() 131 ClassLoader[] sharedLibraryLevel1 = { in testTransitive2() local 139 assertIdentical(sharedLibraryLevel1[0], cls.getClassLoader()); in testTransitive2() 142 new DelegateLastClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive2() 146 assertIdentical(sharedLibraryLevel1[0], cls.getClassLoader()); in testTransitive2() 153 ClassLoader[] sharedLibraryLevel1 = { in testTransitive3() local 162 assertIdentical(sharedLibraryLevel1[0], cls.getClassLoader()); in testTransitive3() 165 new DelegateLastClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive3() 169 assertIdentical(sharedLibraryLevel1[0], cls.getClassLoader()); in testTransitive3() [all …]
|