Home
last modified time | relevance | path

Searched refs:m_softValue (Results 1 – 1 of 1) sorted by relevance

/external/emma/core/java12/com/vladium/util/
DSoftValueMap.java179 final Reference ref = entry.m_softValue; in get()
195 final Reference ref = entry.m_softValue; in get()
266 final IndexedSoftReference ref = currentKeyEntry.m_softValue; in put()
270 …currentKeyEntry.m_softValue = new IndexedSoftReference (value, m_valueReferenceQueue, bucketIndex); in put()
322 final IndexedSoftReference ref = entry.m_softValue; in remove()
329 entry.m_softValue = null; in remove()
354 entry.m_softValue.m_bucketIndex = -1; in clear()
357 entry.m_softValue = null; in clear()
451m_softValue = new IndexedSoftReference (value, valueReferenceQueue, bucketIndex); // ... do not re… in SoftEntry()
457 IndexedSoftReference m_softValue; // soft reference to the value [never null] field in SoftValueMap.SoftEntry
[all …]