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

/external/v8/src/
H A Dprofile-generator.cc1551 HashMap::Entry* from_cache_entry = entries_.Lookup(from, Hash(from), false); local
1553 ASSERT(from_cache_entry != NULL);
1556 reinterpret_cast<EntryInfo*>(from_cache_entry->value);

Completed in 91 milliseconds