Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc32 class HeapSnapshotProgress final : public v8::ActivityControl { class
34 explicit HeapSnapshotProgress(protocol::HeapProfiler::Frontend* frontend) in HeapSnapshotProgress() function in v8_inspector::__anona3303bcc0111::HeapSnapshotProgress
218 std::unique_ptr<HeapSnapshotProgress> progress; in takeHeapSnapshot()
220 progress.reset(new HeapSnapshotProgress(&m_frontend)); in takeHeapSnapshot()