Home
last modified time | relevance | path

Searched refs:from_cache_entry (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dprofile-generator.cc1555 HashMap::Entry* from_cache_entry = entries_.Lookup(from, Hash(from), false); in CountReference() local
1557 ASSERT(from_cache_entry != NULL); in CountReference()
1560 reinterpret_cast<EntryInfo*>(from_cache_entry->value); in CountReference()