Searched refs:snapshots_ (Results 1 – 2 of 2) sorted by relevance
29 snapshots_.Iterate(DeleteHeapSnapshot); in ~HeapProfiler()30 snapshots_.Clear(); in ~HeapProfiler()35 snapshots_.Iterate(DeleteHeapSnapshot); in DeleteAllSnapshots()36 snapshots_.Clear(); in DeleteAllSnapshots()42 snapshots_.RemoveElement(snapshot); in RemoveSnapshot()88 snapshots_.Add(result); in TakeSnapshot()158 size += GetMemoryUsedByList(snapshots_); in GetMemorySizeUsedByProfiler()159 for (int i = 0; i < snapshots_.length(); ++i) { in GetMemorySizeUsedByProfiler()160 size += snapshots_[i]->RawSnapshotSize(); in GetMemorySizeUsedByProfiler()167 return snapshots_.length(); in GetSnapshotsCount()[all …]
87 List<HeapSnapshot*> snapshots_; variable