Searched refs:LIBRARY_SEARCH_PATH (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/test/141-class-unload/src/ |
H A D | Main.java | 26 static final String LIBRARY_SEARCH_PATH = System.getProperty("java.library.path"); field in Main 152 DEX_FILE, LIBRARY_SEARCH_PATH, ClassLoader.getSystemClassLoader()); in testNoUnloadInstanceHelper() 167 DEX_FILE, LIBRARY_SEARCH_PATH, ClassLoader.getSystemClassLoader()); in setUpUnloadClass() 183 DEX_FILE, LIBRARY_SEARCH_PATH, ClassLoader.getSystemClassLoader()); in allocObjectInOtherClassLoader() 213 DEX_FILE, LIBRARY_SEARCH_PATH, ClassLoader.getSystemClassLoader()); in setUpUnloadLoader() 235 DEX_FILE, LIBRARY_SEARCH_PATH, ClassLoader.getSystemClassLoader()); in setUpLoadLibrary()
|
/aosp12/art/test/661-classloader-allocator/src/ |
H A D | Main.java | 22 static final String LIBRARY_SEARCH_PATH = System.getProperty("java.library.path"); field in Main 53 DEX_FILE, LIBRARY_SEARCH_PATH, ClassLoader.getSystemClassLoader()); in loadClass()
|
/aosp12/art/test/597-app-images-same-classloader/src-art/ |
H A D | Main.java | 23 static final String LIBRARY_SEARCH_PATH = System.getProperty("java.library.path"); field in Main 44 PathClassLoader pcl = new PathClassLoader(DEX_FILE, LIBRARY_SEARCH_PATH, null); in testLoadingSecondaryAppImageInLoadedClassLoader()
|
/aosp12/art/test/1002-notify-startup/src-art/ |
H A D | Main.java | 26 static final String LIBRARY_SEARCH_PATH = System.getProperty("java.library.path"); field in Main 52 DEX_FILE, LIBRARY_SEARCH_PATH, ClassLoader.getSystemClassLoader()); in $noinline$loadClassInLoader()
|
/aosp12/art/test/616-cha-unloading/src-art/ |
H A D | Main.java | 24 static final String LIBRARY_SEARCH_PATH = System.getProperty("java.library.path"); field in Main 79 DEX_FILE, LIBRARY_SEARCH_PATH, ClassLoader.getSystemClassLoader()); in setupLoader()
|
/aosp12/art/test/596-app-images/src-art/ |
H A D | Main.java | 26 static final String LIBRARY_SEARCH_PATH = System.getProperty("java.library.path"); field in Main 94 PathClassLoader loader = new PathClassLoader(DEX_FILE, LIBRARY_SEARCH_PATH, null); in testReloadInternedString()
|