Home | History | Annotate | Download | only in profiler

Lines Matching refs:snapshot_

57       snapshot_(snapshot),
67 snapshot_->edges().Add(edge);
76 snapshot_->edges().Add(edge);
786 snapshot_(snapshot),
787 names_(snapshot_->profiler()->names()),
788 heap_object_map_(snapshot_->profiler()->heap_object_map()),
890 snapshot_->profiler()->allocation_tracker()) {
894 return snapshot_->AddEntry(type, name, object_id, size, trace_node_id);
901 : snapshot_(snapshot),
911 return index != HeapEntry::kNoEntry ? &snapshot_->entries()[index] : NULL;
921 HeapEntry* parent_entry = &snapshot_->entries()[parent];
927 HeapEntry* parent_entry = &snapshot_->entries()[parent];
935 HeapEntry* parent_entry = &snapshot_->entries()[parent];
941 HeapEntry* parent_entry = &snapshot_->entries()[parent];
950 HeapSnapshot* snapshot_;
2075 snapshot_->root()->index(),
2076 snapshot_->gc_roots());
2085 snapshot_->root()->index(),
2093 snapshot_->gc_roots()->index(),
2094 snapshot_->gc_subroot(tag));
2106 snapshot_->gc_subroot(tag)->index(),
2113 snapshot_->gc_subroot(tag)->index(),
2118 snapshot_->gc_subroot(tag)->index(),
2253 : snapshot_(snapshot),
2254 names_(snapshot_->profiler()->names()),
2255 heap_object_map_(snapshot_->profiler()->heap_object_map()),
2260 HeapSnapshot* snapshot_;
2275 return snapshot_->AddEntry(
2288 snapshot_(snapshot),
2289 names_(snapshot_->profiler()->names()),
2510 snapshot_->root()->index(),
2531 : snapshot_(snapshot),
2533 v8_heap_explorer_(snapshot_, this, resolver),
2534 dom_explorer_(snapshot_, this),
2568 snapshot_->AddSyntheticRootEntries();
2572 snapshot_->FillChildren();
2573 snapshot_->RememberLastJSObjectId();
2609 SnapshotFiller filler(snapshot_, &entries_);
2718 snapshot_->profiler()->allocation_tracker()) {
2730 DCHECK(0 == snapshot_->root()->index());
2846 List<HeapGraphEdge*>& edges = snapshot_->children();
2885 List<HeapEntry>& entries = snapshot_->entries();
2963 writer_->AddNumber(snapshot_->entries().length());
2965 writer_->AddNumber(snapshot_->edges().length());
2968 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
2987 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
3038 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
3075 snapshot_->profiler()->heap_object_map()->samples();