Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-profiler.h55 int GetSnapshotsCount() const;
Dheap-profiler.cc160 int HeapProfiler::GetSnapshotsCount() const { in GetSnapshotsCount() function in v8::internal::HeapProfiler
/third_party/node/deps/v8/src/api/
Dapi.cc10178 if (isolate->heap_profiler()->GetSnapshotsCount() > 1 || in Delete()
10224 return reinterpret_cast<i::HeapProfiler*>(this)->GetSnapshotsCount(); in GetSnapshotCount()