Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java500 private static ClassLoader getLoader(Class<?> caller) { in getLoader() method in ResourceBundle
713 ClassLoader getLoader() { in getLoader() method in ResourceBundle.CacheKey
765 ClassLoader loader = getLoader(); in hashCode()
808 ", classLoader" + getLoader() + in toString()
2050 cacheKey.getLoader(), reload); in loadBundle()
2202 key.getLoader(), in findBundleInCache()
2307 clearCache(getLoader(Reflection.getCallerClass())); in clearCache()
2331 cacheList.keySet().removeIf(key -> key.getLoader() == loader); in clearCache()
/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java437 if (getLoader(index) == null) {
503 return getLoader(index);
512 private synchronized Loader getLoader(int index) {
538 loader = getLoader(url);
571 private Loader getLoader(final URL url) throws IOException {
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DURLClassPath.java128 private synchronized sun.misc.URLClassPath.Loader getLoader(int index) { in getLoader() method in URLClassPath
132 private sun.misc.URLClassPath.Loader getLoader(java.net.URL url) throws java.io.IOException { in getLoader() method in URLClassPath