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

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc371 entries_map_(AddressesMatch),
373 // This dummy element solves a problem with entries_map_.
377 // With such dummy element we have a guaranty that all entries_map_ entries
388 void* from_value = entries_map_.Remove(from, ComputePointerHash(from));
393 void* to_value = entries_map_.Remove(to, ComputePointerHash(to));
400 HashMap::Entry* to_entry = entries_map_.Lookup(to, ComputePointerHash(to),
406 // one of this entry will be removed with the corresponding entries_map_
438 HashMap::Entry* entry = entries_map_.Lookup(addr, ComputePointerHash(addr),
443 DCHECK(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy());
451 DCHECK(static_cast<uint32_t>(entries_.length()) > entries_map_
[all...]
H A Dheap-snapshot-generator.h256 HashMap entries_map_; member in class:v8::internal::HeapObjectsMap

Completed in 96 milliseconds