Home
last modified time | relevance | path

Searched refs:getLookupCache (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java213 int[] cache = getLookupCache(name); in findResource()
237 int[] cache = getLookupCache(name); in getResource()
258 private int[] cache = getLookupCache(name); in findResources()
306 private int[] cache = getLookupCache(name); in getResources()
414 private synchronized int[] getLookupCache(String name) {
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DURLClassPath.java112 private synchronized int[] getLookupCache(java.lang.String name) { in getLookupCache() method in URLClassPath