Searched refs:mRefQueue (Results 1 – 2 of 2) sorted by relevance
33 private final ReferenceQueue<Object> mRefQueue = new ReferenceQueue<>(); field in WeakIdentityHashMap37 while ((ref = mRefQueue.poll()) != null) { in cleanUp()44 mMap.put(new CmpWeakReference<>(key, mRefQueue), value); in put()
38 private final ReferenceQueue<Object> mRefQueue = new ReferenceQueue<>(); field in TrackedGarbage50 mGarbage.add(new LeakReference(o, mRefQueue)); in track()56 while ((ref = mRefQueue.poll()) != null) { in cleanUp()