Lines Matching full:snapshots_
29 snapshots_.Iterate(DeleteHeapSnapshot);
30 snapshots_.Clear();
35 snapshots_.Iterate(DeleteHeapSnapshot);
36 snapshots_.Clear();
42 snapshots_.RemoveElement(snapshot);
75 snapshots_.Add(result);
145 size += GetMemoryUsedByList(snapshots_);
146 for (int i = 0; i < snapshots_.length(); ++i) {
147 size += snapshots_[i]->RawSnapshotSize();
154 return snapshots_.length();
159 return snapshots_.at(index);