Searched refs:getLoader (Results 1 – 3 of 3) sorted by relevance
470 private static ClassLoader getLoader(Class<?> caller) { in getLoader() method in ResourceBundle600 ClassLoader getLoader() { in getLoader() method in ResourceBundle.CacheKey645 ClassLoader loader = getLoader(); in calculateHashCode()700 return "CacheKey[" + name + ", lc=" + l + ", ldr=" + getLoader() in toString()772 getLoader(Reflection.getCallerClass()), in getBundle()814 getLoader(Reflection.getCallerClass()), in getBundle()844 getLoader(Reflection.getCallerClass()), in getBundle()889 getLoader(Reflection.getCallerClass()), in getBundle()1499 cacheKey.getLoader(), reload); in loadBundle()1646 key.getLoader(), in findBundleInCache()[all …]
437 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 {
128 private synchronized sun.misc.URLClassPath.Loader getLoader(int index) { in getLoader() method in URLClassPath132 private sun.misc.URLClassPath.Loader getLoader(java.net.URL url) throws java.io.IOException { in getLoader() method in URLClassPath