HomeSort by relevance Sort by last modified time
    Searched refs:V8HeapProfilerAgentImpl (Results 1 - 4 of 4) sorted by null

  /external/v8/src/inspector/
v8-heap-profiler-agent-impl.h 21 class V8HeapProfilerAgentImpl : public protocol::HeapProfiler::Backend {
23 V8HeapProfilerAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
25 ~V8HeapProfilerAgentImpl() override;
62 DISALLOW_COPY_AND_ASSIGN(V8HeapProfilerAgentImpl);
v8-heap-profiler-agent-impl.cc 147 V8HeapProfilerAgentImpl::V8HeapProfilerAgentImpl(
156 V8HeapProfilerAgentImpl::~V8HeapProfilerAgentImpl() {}
158 void V8HeapProfilerAgentImpl::restore() {
175 Response V8HeapProfilerAgentImpl::collectGarbage() {
180 Response V8HeapProfilerAgentImpl::startTrackingHeapObjects(
190 Response V8HeapProfilerAgentImpl::stopTrackingHeapObjects(
198 Response V8HeapProfilerAgentImpl::enable() {
203 Response V8HeapProfilerAgentImpl::disable()
    [all...]
v8-inspector-session-impl.h 24 class V8HeapProfilerAgentImpl;
115 std::unique_ptr<V8HeapProfilerAgentImpl> m_heapProfilerAgent;
v8-inspector-session-impl.cc 89 m_heapProfilerAgent.reset(new V8HeapProfilerAgentImpl(

Completed in 88 milliseconds