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.java335 private static Map<ClassLoader,Map<String,ProxyDetails>> proxyCache = field in ProxyFactory
521 synchronized (proxyCache) { in createClass1()
573 Map<String,ProxyDetails> cacheForTheLoader = proxyCache.get(cl); in createClass2()
577 proxyCache.put(cl, cacheForTheLoader); in createClass2()