Searched defs:IndexedSoftReference (Results 1 - 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java266 final IndexedSoftReference ref = currentKeyEntry.m_softValue;
270 currentKeyEntry.m_softValue = new IndexedSoftReference (value, m_valueReferenceQueue, bucketIndex);
322 final IndexedSoftReference ref = entry.m_softValue;
428 static class IndexedSoftReference extends SoftReference class in class:SoftValueMap
430 IndexedSoftReference (final Object referent, ReferenceQueue queue, final int bucketIndex) method in class:SoftValueMap.IndexedSoftReference
451 m_softValue = new IndexedSoftReference (value, valueReferenceQueue, bucketIndex); // ... do not retain a strong reference to the value
457 IndexedSoftReference m_softValue; // soft reference to the value [never null]
490 IndexedSoftReference ref = entry.m_softValue; // get the soft value reference
551 final int bucketIndex = ((IndexedSoftReference) _ref).m_bucketIndex;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 413 milliseconds