• Home
  • Raw
  • Download

Lines Matching refs:HeapProfiler

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