HomeSort by relevance Sort by last modified time
    Searched defs:m_bucketIndex (Results 1 - 2 of 2) sorted by null

  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 269 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;
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/
emma.jar 

Completed in 40 milliseconds