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::__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 …]
|
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 | 225 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()
|
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 | 60 protocol::HeapProfiler::Frontend m_frontend; variable
|
D | v8-profiler-agent-impl.h | 71 protocol::Profiler::Frontend m_frontend; variable
|
D | v8-profiler-agent-impl.cc | 173 m_frontend(frontendChannel) {} in V8ProfilerAgentImpl() 184 m_frontend.consoleProfileStarted( in consoleProfile() 214 m_frontend.consoleProfileFinished(id, std::move(location), std::move(profile), in consoleProfileEnd()
|
D | v8-debugger-agent-impl.cc | 317 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()
|
D | v8-runtime-agent-impl.h | 139 protocol::Runtime::Frontend m_frontend; variable
|
D | v8-debugger-agent-impl.h | 198 protocol::Debugger::Frontend m_frontend; variable
|