| /arkcompiler/toolchain/tooling/agent/ |
| D | tracing_impl.h | 29 … 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()
|
| D | profiler_impl.h | 29 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()
|
| D | runtime_impl.h | 29 RuntimeImpl(const EcmaVM *vm, ProtocolChannel *channel) in RuntimeImpl() 50 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl() 119 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
|
| D | heapprofiler_impl.h | 39 explicit HeapProfilerImpl(const EcmaVM *vm, ProtocolChannel *channel) in HeapProfilerImpl() 61 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<HeapProfilerImpl> heapprofiler) in DispatcherImpl() 93 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
|
| D | debugger_impl.h | 105 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DebuggerImpl> debugger) in DispatcherImpl() 163 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
|
| D | debugger_impl.cpp | 43 DebuggerImpl::DebuggerImpl(const EcmaVM *vm, ProtocolChannel *channel, RuntimeImpl *runtime) in DebuggerImpl()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | profiler_impl_test.cpp | 54 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 63 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 73 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 85 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 95 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 105 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 113 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 121 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 129 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 140 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local [all …]
|
| D | heapprofiler_impl_test.cpp | 54 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 64 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 73 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 82 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 91 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 102 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 113 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 123 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 133 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 143 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local [all …]
|
| D | tracing_impl_test.cpp | 54 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 62 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 71 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 80 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 91 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local 103 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 125 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 143 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 161 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 179 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local [all …]
|
| D | runtime_impl_test.cpp | 58 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 81 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 100 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 119 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 138 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 162 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 187 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | ws_logger.h | 38 bool static_test(Level channel) const in static_test() 43 bool dynamic_test(Level channel) const in dynamic_test()
|
| D | ws_logger.cpp | 33 void WsLogger::write(Level channel, const std::string &string) const in write()
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.h | 117 explicit DispatcherBase(ProtocolChannel *channel) : channel_(channel) {} in DispatcherBase()
|
| D | dispatcher.cpp | 132 Dispatcher::Dispatcher(const EcmaVM *vm, ProtocolChannel *channel) in Dispatcher()
|