Home
last modified time | relevance | path

Searched refs:ProtocolChannel (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/toolchain/tooling/
Dprotocol_channel.h26 class ProtocolChannel {
28 ProtocolChannel() = default;
29 virtual ~ProtocolChannel() = default;
38 NO_COPY_SEMANTIC(ProtocolChannel);
39 NO_MOVE_SEMANTIC(ProtocolChannel);
Ddispatcher.h29 class ProtocolChannel; variable
117 explicit DispatcherBase(ProtocolChannel *channel) : channel_(channel) {} in DispatcherBase()
129 ProtocolChannel *channel_ {nullptr};
137 explicit Dispatcher(const EcmaVM *vm, ProtocolChannel *channel);
Dprotocol_handler.h27 class ProtocolHandler final : public ProtocolChannel {
Ddispatcher.cpp132 Dispatcher::Dispatcher(const EcmaVM *vm, ProtocolChannel *channel) in Dispatcher()
/arkcompiler/toolchain/tooling/test/
Dprofiler_impl_test.cpp54 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
63 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
73 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
85 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
95 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
105 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
113 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
121 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
129 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
140 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
[all …]
Dheapprofiler_impl_test.cpp54 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
64 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
73 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
82 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
91 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
102 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
113 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
123 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
132 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
142 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
[all …]
Dtracing_impl_test.cpp54 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
62 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
71 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
80 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
91 ProtocolChannel *channel = nullptr; in HWTEST_F_L0()
103 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
125 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
143 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
161 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
179 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
[all …]
Ddebugger_impl_test.cpp59 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
87 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
117 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
148 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
176 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
204 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
235 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
266 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
294 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
334 ProtocolChannel *protocolChannel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
[all …]
Druntime_impl_test.cpp58 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
81 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
100 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
119 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
138 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
162 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
187 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
Ddispatcher_test.cpp140 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.h29 … explicit TracingImpl(const EcmaVM *vm, ProtocolChannel *channel) : vm_(vm), frontend_(channel) {} in TracingImpl()
41 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<TracingImpl> tracing) in DispatcherImpl()
61 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
70 ProtocolChannel *channel_ {nullptr};
Dprofiler_impl.h29 ProfilerImpl(const EcmaVM *vm, ProtocolChannel *channel) : vm_(vm), frontend_(channel) {} in ProfilerImpl()
47 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<ProfilerImpl> profiler) in DispatcherImpl()
75 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
83 ProtocolChannel *channel_ {nullptr};
Dheapprofiler_impl.h38 explicit HeapProfilerImpl(const EcmaVM *vm, ProtocolChannel *channel) in HeapProfilerImpl()
60 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<HeapProfilerImpl> heapprofiler) in DispatcherImpl()
92 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
104 ProtocolChannel *channel_ {nullptr};
Druntime_impl.h28 RuntimeImpl(const EcmaVM *vm, ProtocolChannel *channel) in RuntimeImpl()
49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl()
154 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
162 ProtocolChannel *channel_ {nullptr};
Ddebugger_impl.h37 DebuggerImpl(const EcmaVM *vm, ProtocolChannel *channel, RuntimeImpl *runtime);
110 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DebuggerImpl> debugger) in DispatcherImpl()
185 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
200 ProtocolChannel *channel_ {nullptr};
Ddebugger_impl.cpp43 DebuggerImpl::DebuggerImpl(const EcmaVM *vm, ProtocolChannel *channel, RuntimeImpl *runtime) in DebuggerImpl()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_channel.h22 class TestChannel : public ProtocolChannel {