Home
last modified time | relevance | path

Searched refs:m_frontend (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc35 : m_frontend(frontend) {} in HeapSnapshotProgress()
37 m_frontend->reportHeapSnapshotProgress(done, total, in ReportProgressValue()
40 m_frontend->reportHeapSnapshotProgress(total, total, true); in ReportProgressValue()
42 m_frontend->flush(); in ReportProgressValue()
47 protocol::HeapProfiler::Frontend* m_frontend; member in v8_inspector::__anona3303bcc0111::HeapSnapshotProgress
83 : m_frontend(frontend) {} in HeapSnapshotOutputStream()
87 m_frontend->addHeapSnapshotChunk(String16(data, size)); in WriteAsciiChunk()
88 m_frontend->flush(); in WriteAsciiChunk()
93 protocol::HeapProfiler::Frontend* m_frontend; member in v8_inspector::__anona3303bcc0111::HeapSnapshotOutputStream
118 : m_frontend(frontend) {} in HeapStatsStream()
[all …]
Dv8-console-agent-impl.cc24 m_frontend(frontendChannel), in V8ConsoleAgentImpl()
74 message->reportToFrontend(&m_frontend); in reportMessage()
75 m_frontend.flush(); in reportMessage()
Dv8-runtime-agent-impl.cc225 m_frontend(FrontendChannel), in V8RuntimeAgentImpl()
737 m_frontend.bindingCalled(name, payload, executionContextId); in bindingCalled()
754 m_frontend.executionContextsCleared(); in restore()
805 m_frontend.executionContextsCleared(); in reset()
822 m_frontend.executionContextCreated(std::move(description)); in reportExecutionContextCreated()
829 m_frontend.executionContextDestroyed(context->contextId()); in reportExecutionContextDestroyed()
837 m_frontend.inspectRequested(std::move(objectToInspect), std::move(hints)); in inspect()
846 message->reportToFrontend(&m_frontend, m_session, generatePreview); in reportMessage()
847 m_frontend.flush(); in reportMessage()
Dv8-schema-agent-impl.h29 protocol::Schema::Frontend m_frontend; variable
Dv8-console-agent-impl.h40 protocol::Console::Frontend m_frontend; variable
Dv8-schema-agent-impl.cc15 : m_session(session), m_frontend(frontendChannel) {} in V8SchemaAgentImpl()
Dv8-heap-profiler-agent-impl.h60 protocol::HeapProfiler::Frontend m_frontend; variable
Dv8-profiler-agent-impl.h71 protocol::Profiler::Frontend m_frontend; variable
Dv8-profiler-agent-impl.cc173 m_frontend(frontendChannel) {} in V8ProfilerAgentImpl()
184 m_frontend.consoleProfileStarted( in consoleProfile()
214 m_frontend.consoleProfileFinished(id, std::move(location), std::move(profile), in consoleProfileEnd()
Dv8-debugger-agent-impl.cc317 m_frontend(frontendChannel), in V8DebuggerAgentImpl()
1432 m_frontend.scriptParsed( in didParseSource()
1438 m_frontend.scriptParsed( in didParseSource()
1447 m_frontend.scriptFailedToParse( in didParseSource()
1507 m_frontend.breakpointResolved(breakpointId, std::move(location)); in didParseSource()
1595 m_frontend.paused(std::move(protocolCallFrames), breakReason, in didPause()
1603 m_frontend.resumed(); in didContinue()
Dv8-runtime-agent-impl.h139 protocol::Runtime::Frontend m_frontend; variable
Dv8-debugger-agent-impl.h198 protocol::Debugger::Frontend m_frontend; variable