Home | History | Annotate | Download | only in src

Lines Matching refs:entries_map

1078     HeapEntriesAllocator* allocator, HeapEntriesMap* entries_map) {
1081 p->coarser(), allocator, entries_map);
1084 NULL, allocator, entries_map);
1102 HeapEntriesMap entries_map;
1105 IterateRetainers<CountingRetainersIterator>(&allocator, &entries_map);
1106 histogram_entities_count += entries_map.entries_count();
1107 histogram_children_count += entries_map.total_children_count();
1108 histogram_retainers_count += entries_map.total_retainers_count();
1135 entries_map.AllocateEntries();
1138 IterateRetainers<AllocatingRetainersIterator>(&allocator, &entries_map);