Searched refs:SoftObjectReference (Results 1 – 1 of 1) sorted by relevance
83 …private final Map<Long, SoftObjectReference> objectsByID = new HashMap<Long, SoftObjectReference>(…86 private final List<SoftObjectReference> batchedDisposeRequests =87 … Collections.synchronizedList(new ArrayList<SoftObjectReference>(DISPOSE_THRESHOLD + 10));1194 SoftObjectReference ref = batchedDisposeRequests.get(i); in processBatchedDisposes()1220 private void batchForDispose(SoftObjectReference ref) { in batchForDispose()1234 SoftObjectReference softRef = (SoftObjectReference)ref; in processQueue()1254 SoftObjectReference ref = objectsByID.get(key); in objectMirror()1292 ref = new SoftObjectReference(key, object, referenceQueue); in objectMirror()1315 SoftObjectReference ref = objectsByID.remove(new Long(object.ref())); in removeObjectMirror()1328 synchronized void removeObjectMirror(SoftObjectReference ref) { in removeObjectMirror()[all …]