Home
last modified time | relevance | path

Searched refs:RemoveSnapshot (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dheap-profiler.h58 void RemoveSnapshot(HeapSnapshot* snapshot);
Dheap-profiler.cc38 void HeapProfiler::RemoveSnapshot(HeapSnapshot* snapshot) { in RemoveSnapshot() function in v8::internal::HeapProfiler
Dheap-snapshot-generator.cc204 profiler_->RemoveSnapshot(this); in Delete()