Lines Matching refs:HeapProfiler
36 explicit HeapSnapshotProgress(protocol::HeapProfiler::Frontend* frontend)
49 protocol::HeapProfiler::Frontend* m_frontend;
53 : public v8::HeapProfiler::ObjectNameResolver {
88 explicit HeapSnapshotOutputStream(protocol::HeapProfiler::Frontend* frontend)
99 protocol::HeapProfiler::Frontend* m_frontend;
103 v8::HeapProfiler* profiler = isolate->GetHeapProfiler();
123 explicit HeapStatsStream(protocol::HeapProfiler::Frontend* frontend)
147 protocol::HeapProfiler::Frontend* m_frontend;
256 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler();
267 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler();
379 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler();
393 v8::HeapProfiler::kSamplingForceGC);
398 std::unique_ptr<protocol::HeapProfiler::SamplingHeapProfileNode>
402 protocol::Array<protocol::HeapProfiler::SamplingHeapProfileNode>>();
416 std::unique_ptr<protocol::HeapProfiler::SamplingHeapProfileNode> result =
417 protocol::HeapProfiler::SamplingHeapProfileNode::create()
428 std::unique_ptr<protocol::HeapProfiler::SamplingHeapProfile>* profile) {
439 std::unique_ptr<protocol::HeapProfiler::SamplingHeapProfile>* profile) {
440 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler();
449 protocol::Array<protocol::HeapProfiler::SamplingHeapProfileSample>>();
452 protocol::HeapProfiler::SamplingHeapProfileSample::create()
458 *profile = protocol::HeapProfiler::SamplingHeapProfile::create()