Home
last modified time | relevance | path

Searched refs:snapshots_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dheap-profiler.cc27 snapshots_.clear(); in DeleteAllSnapshots()
32 if (snapshots_.empty() && !sampling_heap_profiler_ && !allocation_tracker_ && in MaybeClearStringsStorage()
39 snapshots_.erase( in RemoveSnapshot()
40 std::find_if(snapshots_.begin(), snapshots_.end(), in RemoveSnapshot()
92 snapshots_.emplace_back(result); in TakeSnapshot()
159 return static_cast<int>(snapshots_.size()); in GetSnapshotsCount()
165 return snapshots_.at(index).get(); in GetSnapshot()
Dheap-profiler.h101 std::vector<std::unique_ptr<HeapSnapshot>> snapshots_; variable