Searched refs:copyWriteEntry (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java471 copyWriteEntry(original, newEntry);
487 copyWriteEntry(original, newEntry);
525 copyWriteEntry(original, newEntry);
541 copyWriteEntry(original, newEntry);
605 <K, V> void copyWriteEntry(ReferenceEntry<K, V> original, ReferenceEntry<K, V> newEntry) { method in class:LocalCache.EntryFactory
3619 * of the queue as part of copyWriteEntry, and (2) the contains method is highly optimized
3756 * of the queue as part of copyWriteEntry, and (2) the contains method is highly optimized

Completed in 81 milliseconds