Home
last modified time | relevance | path

Searched refs:V8HeapProfilerAgentImpl (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc152 struct V8HeapProfilerAgentImpl::AsyncGC {
159 class V8HeapProfilerAgentImpl::GCTask : public v8::Task {
182 V8HeapProfilerAgentImpl::V8HeapProfilerAgentImpl( in V8HeapProfilerAgentImpl() function in v8_inspector::V8HeapProfilerAgentImpl
192 V8HeapProfilerAgentImpl::~V8HeapProfilerAgentImpl() { in ~V8HeapProfilerAgentImpl()
198 void V8HeapProfilerAgentImpl::restore() { in restore()
215 void V8HeapProfilerAgentImpl::collectGarbage( in collectGarbage()
226 Response V8HeapProfilerAgentImpl::startTrackingHeapObjects( in startTrackingHeapObjects()
236 Response V8HeapProfilerAgentImpl
[all...]
H A Dv8-heap-profiler-agent-impl.h25 class V8HeapProfilerAgentImpl : public protocol::HeapProfiler::Backend { class
27 V8HeapProfilerAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
29 ~V8HeapProfilerAgentImpl() override;
30 V8HeapProfilerAgentImpl(const V8HeapProfilerAgentImpl&) = delete;
31 V8HeapProfilerAgentImpl& operator=(const V8HeapProfilerAgentImpl&) = delete;
H A Dv8-inspector-session-impl.h25 class V8HeapProfilerAgentImpl;
130 std::unique_ptr<V8HeapProfilerAgentImpl> m_heapProfilerAgent;
H A Dv8-inspector-session-impl.cc127 m_heapProfilerAgent.reset(new V8HeapProfilerAgentImpl( in V8InspectorSessionImpl()

Completed in 4 milliseconds