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::__anon937f2e820111::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::__anon937f2e820111::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.cc257 m_frontend(FrontendChannel), in V8RuntimeAgentImpl()
652 m_frontend.executionContextsCleared(); in restore()
694 m_frontend.executionContextsCleared(); in reset()
711 m_frontend.executionContextCreated(std::move(description)); in reportExecutionContextCreated()
718 m_frontend.executionContextDestroyed(context->contextId()); in reportExecutionContextDestroyed()
726 m_frontend.inspectRequested(std::move(objectToInspect), std::move(hints)); in inspect()
735 message->reportToFrontend(&m_frontend, m_session, generatePreview); in reportMessage()
736 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.h58 protocol::HeapProfiler::Frontend m_frontend; variable
Dv8-profiler-agent-impl.h66 protocol::Profiler::Frontend m_frontend; variable
Dv8-profiler-agent-impl.cc157 m_frontend(frontendChannel) {} in V8ProfilerAgentImpl()
168 m_frontend.consoleProfileStarted( in consoleProfile()
198 m_frontend.consoleProfileFinished(id, std::move(location), std::move(profile), in consoleProfileEnd()
Dv8-runtime-agent-impl.h114 protocol::Runtime::Frontend m_frontend; variable
Dv8-debugger-agent-impl.cc132 m_frontend(frontendChannel), in V8DebuggerAgentImpl()
1035 m_frontend.scriptParsed( in didParseSource()
1042 m_frontend.scriptFailedToParse( in didParseSource()
1074 m_frontend.breakpointResolved(cookie.first, std::move(location)); in didParseSource()
1164 m_frontend.paused(std::move(protocolCallFrames), breakReason, in didPause()
1180 m_frontend.resumed(); in didContinue()
Dv8-debugger-agent-impl.h187 protocol::Debugger::Frontend m_frontend; variable