Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java286 private static WeakHashMap proxyCache = new WeakHashMap(); field in ProxyFactory
420 synchronized (proxyCache) { in createClass1()
472 HashMap cacheForTheLoader = (HashMap)proxyCache.get(cl); in createClass2()
476 proxyCache.put(cl, cacheForTheLoader); in createClass2()