Lines Matching refs:HeapSnapshot
57 void HeapGraphEdge::ReplaceToIndexWithEntry(HeapSnapshot* snapshot) { in ReplaceToIndexWithEntry()
64 HeapEntry::HeapEntry(HeapSnapshot* snapshot, in HeapEntry()
180 HeapSnapshot::HeapSnapshot(HeapProfiler* profiler) in HeapSnapshot() function in v8::internal::HeapSnapshot
197 void HeapSnapshot::Delete() { in Delete()
202 void HeapSnapshot::RememberLastJSObjectId() { in RememberLastJSObjectId()
207 void HeapSnapshot::AddSyntheticRootEntries() { in AddSyntheticRootEntries()
219 HeapEntry* HeapSnapshot::AddRootEntry() { in AddRootEntry()
233 HeapEntry* HeapSnapshot::AddGcRootsEntry() { in AddGcRootsEntry()
244 HeapEntry* HeapSnapshot::AddGcSubrootEntry(Root root, SnapshotObjectId id) { in AddGcSubrootEntry()
252 void HeapSnapshot::AddLocation(int entry, int scriptId, int line, int col) { in AddLocation()
256 HeapEntry* HeapSnapshot::AddEntry(HeapEntry::Type type, in AddEntry()
267 void HeapSnapshot::FillChildren() { in FillChildren()
281 HeapEntry* HeapSnapshot::GetEntryById(SnapshotObjectId id) { in GetEntryById()
298 std::vector<HeapEntry*>* HeapSnapshot::GetSortedEntriesList() { in GetSortedEntriesList()
309 void HeapSnapshot::Print(int max_depth) { in Print()
598 V8HeapExplorer::V8HeapExplorer(HeapSnapshot* snapshot, in V8HeapExplorer()
741 explicit SnapshotFiller(HeapSnapshot* snapshot, HeapEntriesMap* entries) in SnapshotFiller()
792 HeapSnapshot* snapshot_;
2073 HeapSnapshot* snapshot, in BasicHeapEntriesAllocator()
2082 HeapSnapshot* snapshot_;
2107 explicit EmbedderGraphEntriesAllocator(HeapSnapshot* snapshot) in EmbedderGraphEntriesAllocator()
2114 HeapSnapshot* snapshot_;
2185 HeapSnapshot* snapshot, SnapshottingProgressReportingInterface* progress) in NativeObjectsExplorer()
2434 HeapSnapshot* snapshot, in HeapSnapshotGenerator()