Searched refs:Caches (Results 1 – 6 of 6) sorted by relevance
91 private static class Caches { class in ObjectStreamClass333 processQueue(Caches.localDescsQueue, Caches.localDescs); in lookup()334 WeakClassKey key = new WeakClassKey(cl, Caches.localDescsQueue); in lookup()335 Reference<?> ref = Caches.localDescs.get(key); in lookup()346 Caches.localDescs.remove(key, ref); in lookup()348 ref = Caches.localDescs.putIfAbsent(key, newRef); in lookup()382 Caches.localDescs.put(key, new SoftReference<Object>(entry)); in lookup()2243 processQueue(Caches.reflectorsQueue, Caches.reflectors); in getReflector()2245 Caches.reflectorsQueue); in getReflector()2246 Reference<?> ref = Caches.reflectors.get(key); in getReflector()[all …]
450 private static class Caches { class in Thread452 private Caches() { in Caches() method in Thread.Caches
478 private static class Caches { class in Class480 private Caches() { in Caches() method in Class.Caches
449 private static class Caches { class in ObjectStreamClass451 private Caches() { in Caches() method in ObjectStreamClass.Caches
500 private static class Caches { class in ObjectOutputStream502 private Caches() { in Caches() method in ObjectOutputStream.Caches
566 private static class Caches { class in ObjectInputStream568 private Caches() { in Caches() method in ObjectInputStream.Caches