OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_softValue
(Results
1 - 2
of
2
) sorted by null
/external/emma/core/java12/com/vladium/util/
SoftValueMap.java
179
final Reference ref = entry.
m_softValue
;
195
final Reference ref = entry.
m_softValue
;
266
final IndexedSoftReference ref = currentKeyEntry.
m_softValue
;
270
currentKeyEntry.
m_softValue
= new IndexedSoftReference (value, m_valueReferenceQueue, bucketIndex);
322
final IndexedSoftReference ref = entry.
m_softValue
;
329
entry.
m_softValue
= null;
354
entry.
m_softValue
.m_bucketIndex = -1;
357
entry.
m_softValue
= null;
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
[
all
...]
/external/emma/lib/
emma.jar
Completed in 487 milliseconds