Searched defs:getLoader (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
H A DURLClassPath.java437 if (getLoader(index) == null) {
454 * the resource lookup cache in the same order as the getLoader
503 return getLoader(index);
512 private synchronized Loader getLoader(int index) { method in class:URLClassPath
538 loader = getLoader(url);
571 private Loader getLoader(final URL url) throws IOException { method in class:URLClassPath
901 // will not be created for them by URLClassPath.getLoader(int)
/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java467 private static ClassLoader getLoader(ClassLoader cl) { method in class:ResourceBundle
469 // Callers call {@code getLoader(VMStack.getCallingClassLoader())}
470 // instead of {@code getLoader(Reflection.getCallerClass())}.
600 ClassLoader getLoader() { method in class:ResourceBundle.CacheKey
645 ClassLoader loader = getLoader();
700 return "CacheKey[" + name + ", lc=" + l + ", ldr=" + getLoader()
773 getLoader(VMStack.getCallingClassLoader()),
774 // getLoader(Reflection.getCallerClass()),
817 getLoader(VMStack.getCallingClassLoader()),
818 // getLoader(Reflectio
[all...]

Completed in 437 milliseconds