HomeSort by relevance Sort by last modified time
    Searched defs:proxyCache (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/lang/reflect/
Proxy.java 42 private static final Map<Class<?>, String> proxyCache = new WeakHashMap<Class<?>, String>();
168 synchronized (proxyCache) {
170 proxyCache.put(newClass, "");
177 + "\nproxyCache=\"" + proxyCache + "\"";
246 synchronized (proxyCache) {
247 return proxyCache.containsKey(cl);
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 286 private static WeakHashMap proxyCache = new WeakHashMap();
420 synchronized (proxyCache) {
471 // synchronized (proxyCache) {
472 HashMap cacheForTheLoader = (HashMap)proxyCache.get(cl);
476 proxyCache.put(cl, cacheForTheLoader);
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 82 milliseconds