Searched refs:from_cache_entry (Results 1 – 1 of 1) sorted by relevance
1555 HashMap::Entry* from_cache_entry = entries_.Lookup(from, Hash(from), false); in CountReference() local1557 ASSERT(from_cache_entry != NULL); in CountReference()1560 reinterpret_cast<EntryInfo*>(from_cache_entry->value); in CountReference()