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

  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 364 entries_map_(AddressesMatch),
366 // This dummy element solves a problem with entries_map_.
370 // With such dummy element we have a guaranty that all entries_map_ entries
381 void* from_value = entries_map_.Remove(from, ComputePointerHash(from));
386 void* to_value = entries_map_.Remove(to, ComputePointerHash(to));
393 HashMap::Entry* to_entry = entries_map_.Lookup(to, ComputePointerHash(to),
399 // one of this entry will be removed with the corresponding entries_map_
431 HashMap::Entry* entry = entries_map_.Lookup(addr, ComputePointerHash(addr),
436 ASSERT(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy());
444 ASSERT(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy())
    [all...]
heap-snapshot-generator.h 259 HashMap entries_map_; member in class:v8::internal::HeapObjectsMap

Completed in 43 milliseconds