Searched refs:m_frontend (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
D | v8-heap-profiler-agent-impl.cc | 37 : m_frontend(frontend) {} in HeapSnapshotProgress() 39 m_frontend->reportHeapSnapshotProgress(done, total, in ReportProgressValue() 42 m_frontend->reportHeapSnapshotProgress(total, total, true); in ReportProgressValue() 44 m_frontend->flush(); in ReportProgressValue() 49 protocol::HeapProfiler::Frontend* m_frontend; member in v8_inspector::__anon412b3d510111::HeapSnapshotProgress 89 : m_frontend(frontend) {} in HeapSnapshotOutputStream() 93 m_frontend->addHeapSnapshotChunk(String16(data, size)); in WriteAsciiChunk() 94 m_frontend->flush(); in WriteAsciiChunk() 99 protocol::HeapProfiler::Frontend* m_frontend; member in v8_inspector::__anon412b3d510111::HeapSnapshotOutputStream 124 : m_frontend(frontend) {} in HeapStatsStream() [all …]
|
D | v8-console-agent-impl.cc | 24 m_frontend(frontendChannel), in V8ConsoleAgentImpl() 72 message->reportToFrontend(&m_frontend); in reportMessage() 73 m_frontend.flush(); in reportMessage()
|
D | v8-runtime-agent-impl.cc | 245 m_frontend(FrontendChannel), in V8RuntimeAgentImpl() 856 m_frontend.bindingCalled(name, payload, executionContextId); in bindingCalled() 857 m_frontend.flush(); in bindingCalled() 883 m_frontend.executionContextsCleared(); in restore() 946 m_frontend.executionContextsCleared(); in reset() 969 m_frontend.executionContextCreated(std::move(description)); in reportExecutionContextCreated() 976 m_frontend.executionContextDestroyed(context->contextId()); in reportExecutionContextDestroyed() 984 m_frontend.inspectRequested(std::move(objectToInspect), std::move(hints), in inspect() 994 message->reportToFrontend(&m_frontend, m_session, generatePreview); in reportMessage() 995 m_frontend.flush(); in reportMessage()
|
D | v8-schema-agent-impl.cc | 15 : m_session(session), m_frontend(frontendChannel) {} in V8SchemaAgentImpl()
|
D | v8-schema-agent-impl.h | 33 protocol::Schema::Frontend m_frontend; variable
|
D | v8-console-agent-impl.h | 42 protocol::Console::Frontend m_frontend; variable
|
D | v8-profiler-agent-impl.cc | 176 m_frontend(frontendChannel) {} in V8ProfilerAgentImpl() 187 m_frontend.consoleProfileStarted( in consoleProfile() 215 m_frontend.consoleProfileFinished( in consoleProfileEnd() 441 m_frontend.preciseCoverageDeltaUpdate(now, occasion, std::move(out_result)); in triggerPreciseCoverageDeltaUpdate()
|
D | v8-heap-profiler-agent-impl.h | 74 protocol::HeapProfiler::Frontend m_frontend; variable
|
D | v8-profiler-agent-impl.h | 78 protocol::Profiler::Frontend m_frontend; variable
|
D | v8-debugger-agent-impl.cc | 375 m_frontend(frontendChannel), in V8DebuggerAgentImpl() 1655 m_frontend.scriptFailedToParse( in didParseSource() 1665 m_frontend.scriptParsed( in didParseSource() 1718 m_frontend.breakpointResolved(breakpointId, std::move(location)); in didParseSource() 1780 m_frontend.paused(std::move(protocolCallFrames), breakReason, in didPauseOnInstrumentation() 1891 m_frontend.paused(std::move(protocolCallFrames), breakReason, in didPause() 1897 m_frontend.resumed(); in didContinue() 1898 m_frontend.flush(); in didContinue()
|
D | v8-runtime-agent-impl.h | 156 protocol::Runtime::Frontend m_frontend; variable
|
D | v8-debugger-agent-impl.h | 218 protocol::Debugger::Frontend m_frontend; variable
|