Searched refs:m_frontend (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/inspector/ |
D | v8-heap-profiler-agent-impl.cc | 35 : 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 …]
|
D | v8-console-agent-impl.cc | 24 m_frontend(frontendChannel), in V8ConsoleAgentImpl() 74 message->reportToFrontend(&m_frontend); in reportMessage() 75 m_frontend.flush(); in reportMessage()
|
D | v8-runtime-agent-impl.cc | 257 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()
|
D | v8-schema-agent-impl.h | 29 protocol::Schema::Frontend m_frontend; variable
|
D | v8-console-agent-impl.h | 40 protocol::Console::Frontend m_frontend; variable
|
D | v8-schema-agent-impl.cc | 15 : m_session(session), m_frontend(frontendChannel) {} in V8SchemaAgentImpl()
|
D | v8-heap-profiler-agent-impl.h | 58 protocol::HeapProfiler::Frontend m_frontend; variable
|
D | v8-profiler-agent-impl.h | 66 protocol::Profiler::Frontend m_frontend; variable
|
D | v8-profiler-agent-impl.cc | 157 m_frontend(frontendChannel) {} in V8ProfilerAgentImpl() 168 m_frontend.consoleProfileStarted( in consoleProfile() 198 m_frontend.consoleProfileFinished(id, std::move(location), std::move(profile), in consoleProfileEnd()
|
D | v8-runtime-agent-impl.h | 114 protocol::Runtime::Frontend m_frontend; variable
|
D | v8-debugger-agent-impl.cc | 132 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()
|
D | v8-debugger-agent-impl.h | 187 protocol::Debugger::Frontend m_frontend; variable
|