Lines Matching refs:snapshot_
935 snapshot_ = snapshot; in Init()
1615 : snapshot_(snapshot), in V8HeapExplorer()
1616 collection_(snapshot_->collection()), in V8HeapExplorer()
1638 return snapshot_->AddRootEntry(children_count); in AddEntry()
1640 return snapshot_->AddGcRootsEntry(children_count, retainers_count); in AddEntry()
1719 return snapshot_->AddEntry(type, in AddEntry()
2180 kInternalRootObject, snapshot_->root(), in SetRootGcRootsReference()
2181 kGcRootsObject, snapshot_->gc_roots()); in SetRootGcRootsReference()
2190 kInternalRootObject, snapshot_->root(), in SetRootShortcutReference()
2200 kGcRootsObject, snapshot_->gc_roots(), in SetGcRootsReference()
2228 : snapshot_(snapshot), in NativeObjectsExplorer()
2229 collection_(snapshot_->collection()), in NativeObjectsExplorer()
2254 return snapshot_->AddNativesRootEntry(children_count, retainers_count); in AllocateEntry()
2260 return snapshot_->AddEntry( in AllocateEntry()
2356 kNativesRootObject, snapshot_->natives_root(), in SetNativeRootReference()
2380 V8HeapExplorer::kInternalRootObject, snapshot_->root(), in SetRootNativesRootReference()
2381 kNativesRootObject, snapshot_->natives_root()); in SetRootNativesRootReference()
2397 : snapshot_(snapshot), in HeapSnapshotGenerator()
2399 v8_heap_explorer_(snapshot_, this), in HeapSnapshotGenerator()
2400 dom_explorer_(snapshot_, this) { in HeapSnapshotGenerator()
2456 : snapshot_(snapshot), in SnapshotFiller()
2520 HeapSnapshot* snapshot_; member in v8::internal::SnapshotFiller
2535 snapshot_->AllocateEntries(entries_.entries_count(), in GenerateSnapshot()
2589 SnapshotFiller filler(snapshot_, &entries_); in FillReferences()
2598 snapshot_->ClearPaint(); in FillReversePostorderIndexes()
2601 nodes_to_visit.Add(snapshot_->root()); in FillReversePostorderIndexes()
2602 snapshot_->root()->paint_reachable(); in FillReversePostorderIndexes()
2686 ScopedVector<HeapEntry*> ordered_entries(snapshot_->entries()->length()); in SetEntriesDominators()
2702 for (int i = 0; i < snapshot_->entries()->length(); ++i) { in ApproximateRetainedSizes()
2703 HeapEntry* entry = snapshot_->entries()->at(i); in ApproximateRetainedSizes()
2707 i < snapshot_->entries()->length(); in ApproximateRetainedSizes()
2709 HeapEntry* entry = snapshot_->entries()->at(i); in ApproximateRetainedSizes()
2843 GetNodeId(snapshot_->root()); // Make sure root gets the first id. in EnumerateNodes()
2845 snapshot_->IterateEntries(&iter); in EnumerateNodes()
2987 writer_->AddString(snapshot_->title()); in SerializeSnapshot()
2990 writer_->AddNumber(snapshot_->uid()); in SerializeSnapshot()