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

  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 159 if ((++ m_readAccessCount % m_readClearCheckFrequency) == 0) removeClearedValues ();
226 if ((++ m_writeAccessCount % m_writeClearCheckFrequency) == 0) removeClearedValues ();
269 if (currentKeyValue == null) ref.m_bucketIndex = -1; // disable removal by removeClearedValues() [need to do this because of the identity comparison there]
297 if ((++ m_writeAccessCount % m_writeClearCheckFrequency) == 0) removeClearedValues ();
325 // [regardless of whether the value has been enqueued or not, disable its processing by removeClearedValues() since the entire entry is removed here]
353 // [regardless of whether the value has been enqueued or not, disable its processing by removeClearedValues()]
494 // skip entries whose keys have been cleared: this also saves on future removeClearedValues() work
519 // [regardless of whether 'softValue' has been enqueued or not, disable its removal by removeClearedValues() since the buckets get restructured]
542 private void removeClearedValues ()
585 final StringBuffer msg = new StringBuffer ("removeClearedValues(): soft reference [" + _ref + "] did not match within bucket #" + bucketIndex + EOL)
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 955 milliseconds