HomeSort by relevance Sort by last modified time
    Searched refs:entries_map_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/profiler/
heap-snapshot-generator.cc 363 // This dummy element solves a problem with entries_map_.
367 // With such dummy element we have a guaranty that all entries_map_ entries
378 void* from_value = entries_map_.Remove(from, ComputePointerHash(from));
383 void* to_value = entries_map_.Remove(to, ComputePointerHash(to));
391 entries_map_.LookupOrInsert(to, ComputePointerHash(to));
396 // one of this entry will be removed with the corresponding entries_map_
427 entries_map_.Lookup(addr, ComputePointerHash(addr));
431 DCHECK(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy());
439 DCHECK(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy());
441 entries_map_.LookupOrInsert(addr, ComputePointerHash(addr))
    [all...]
heap-snapshot-generator.h 264 base::HashMap entries_map_; member in class:v8::internal::HeapObjectsMap

Completed in 85 milliseconds