Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.h52 int GetSnapshotsCount();
Dheap-profiler.cc166 int HeapProfiler::GetSnapshotsCount() { in GetSnapshotsCount() function in v8::internal::HeapProfiler
/external/v8/src/
Dapi.cc10317 if (isolate->heap_profiler()->GetSnapshotsCount() > 1) { in Delete()
10372 return reinterpret_cast<i::HeapProfiler*>(this)->GetSnapshotsCount(); in GetSnapshotCount()