Searched refs:m_heapProfilerAgent (Results 1 – 2 of 2) sorted by relevance
64 m_heapProfilerAgent(nullptr), in V8InspectorSessionImpl()89 m_heapProfilerAgent.reset(new V8HeapProfilerAgentImpl( in V8InspectorSessionImpl()92 m_heapProfilerAgent.get()); in V8InspectorSessionImpl()105 m_heapProfilerAgent->restore(); in V8InspectorSessionImpl()114 m_heapProfilerAgent->disable(); in ~V8InspectorSessionImpl()
115 std::unique_ptr<V8HeapProfilerAgentImpl> m_heapProfilerAgent; variable