Home | History | Annotate | Download | only in profiler

Lines Matching defs:entries_

158   HeapEntry* root() { return &entries_[root_index_]; }
159 HeapEntry* gc_roots() { return &entries_[gc_roots_index_]; }
161 return &entries_[gc_subroot_indexes_[index]];
163 List<HeapEntry>& entries() { return entries_; }
192 List<HeapEntry> entries_;
263 List<EntryInfo> entries_;
300 base::HashMap entries_;
316 bool is_empty() const { return entries_.occupancy() == 0; }
319 base::HashMap entries_;
558 HeapEntriesMap entries_;