Lines Matching refs:channel
54 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
56 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
64 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
65 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
73 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
74 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
82 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
83 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
91 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
92 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
102 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
103 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
113 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
114 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
123 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
124 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
132 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
133 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
142 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
143 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
155 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
156 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
157 …auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracin… in HWTEST_F_L0()
165 if (channel) { in HWTEST_F_L0()
166 delete channel; in HWTEST_F_L0()
167 channel = nullptr; in HWTEST_F_L0()
177 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
178 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
179 …auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracin… in HWTEST_F_L0()
187 if (channel) { in HWTEST_F_L0()
188 delete channel; in HWTEST_F_L0()
189 channel = nullptr; in HWTEST_F_L0()
199 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
200 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
201 …auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracin… in HWTEST_F_L0()
206 if (channel) { in HWTEST_F_L0()
207 delete channel; in HWTEST_F_L0()
208 channel = nullptr; in HWTEST_F_L0()
217 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
218 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
219 …auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracin… in HWTEST_F_L0()
224 if (channel) { in HWTEST_F_L0()
225 delete channel; in HWTEST_F_L0()
226 channel = nullptr; in HWTEST_F_L0()
235 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
236 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
237 …auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracin… in HWTEST_F_L0()
242 if (channel) { in HWTEST_F_L0()
243 delete channel; in HWTEST_F_L0()
244 channel = nullptr; in HWTEST_F_L0()
253 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
254 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
255 …auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracin… in HWTEST_F_L0()
264 if (channel) { in HWTEST_F_L0()
265 delete channel; in HWTEST_F_L0()
266 channel = nullptr; in HWTEST_F_L0()
275 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
276 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
277 …auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracin… in HWTEST_F_L0()
288 if (channel) { in HWTEST_F_L0()
289 delete channel; in HWTEST_F_L0()
290 channel = nullptr; in HWTEST_F_L0()
299 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
300 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
301 …auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracin… in HWTEST_F_L0()
306 if (channel) { in HWTEST_F_L0()
307 delete channel; in HWTEST_F_L0()
308 channel = nullptr; in HWTEST_F_L0()
317 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
318 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
319 …auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracin… in HWTEST_F_L0()
329 if (channel) { in HWTEST_F_L0()
330 delete channel; in HWTEST_F_L0()
331 channel = nullptr; in HWTEST_F_L0()
340 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
341 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
342 …auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracin… in HWTEST_F_L0()
347 if (channel) { in HWTEST_F_L0()
348 delete channel; in HWTEST_F_L0()
349 channel = nullptr; in HWTEST_F_L0()
358 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
359 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
360 …auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracin… in HWTEST_F_L0()
375 if (channel) { in HWTEST_F_L0()
376 delete channel; in HWTEST_F_L0()
377 channel = nullptr; in HWTEST_F_L0()
384 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
385 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
395 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
396 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()
405 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
407 auto heapProfiler = std::make_unique<HeapProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0()