Home | History | Annotate | Download | only in src

Lines Matching refs:entries_count

1094 size_t HeapEntry::EntriesSize(int entries_count,
1097 return sizeof(HeapEntry) * entries_count // NOLINT
1160 void HeapSnapshot::AllocateEntries(int entries_count,
1165 HeapEntry::EntriesSize(entries_count, children_count, retainers_count);
3098 snapshot_->AllocateEntries(entries_.entries_count(),