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

/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java269 if (currentKeyValue == null) ref.m_bucketIndex = -1; // disable removal by removeClearedValues() [need to do this because of the identity comparison there]
326 ref.m_bucketIndex = -1;
354 entry.m_softValue.m_bucketIndex = -1;
434 m_bucketIndex = bucketIndex;
437 int m_bucketIndex; field in class:SoftValueMap.IndexedSoftReference
508 ref.m_bucketIndex = newBucketIndex;
520 ref.m_bucketIndex = -1;
551 final int bucketIndex = ((IndexedSoftReference) _ref).m_bucketIndex;
555 // [assertion: this reference was not cleared when the last rehash() ran and so its m_bucketIndex is correct]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 27 milliseconds