Home | History | Annotate | Download | only in src

Lines Matching full:snapshots_

38     : snapshots_(new HeapSnapshotsCollection()),
44 delete snapshots_;
49 delete snapshots_;
50 snapshots_ = new HeapSnapshotsCollection();
113 snapshots_->NewSnapshot(s_type, name, next_snapshot_uid_++);
128 snapshots_->SnapshotGenerationFinished(result);
136 return TakeSnapshotImpl(snapshots_->names()->GetName(name), type, control);
143 return profiler->snapshots_->snapshots()->length();
150 return profiler->snapshots_->snapshots()->at(index);
157 return profiler->snapshots_->GetSnapshot(uid);
169 snapshots_->ObjectMoveEvent(from, to);