OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_valueReferenceQueue
(Results
1 - 2
of
2
) sorted by null
/external/emma/core/java12/com/vladium/util/
SoftValueMap.java
85
m_valueReferenceQueue
= new ReferenceQueue ();
270
currentKeyEntry.m_softValue = new IndexedSoftReference (value,
m_valueReferenceQueue
, bucketIndex);
284
final SoftEntry newEntry = new SoftEntry (
m_valueReferenceQueue
, key, value, bucketListHead, bucketIndex);
546
next: for (Reference _ref; (_ref =
m_valueReferenceQueue
.poll ()) != null; )
600
private final ReferenceQueue
m_valueReferenceQueue
; // reference queue for all references used by SoftEntry objects used by this table
/external/emma/lib/
emma.jar
Completed in 67 milliseconds