Lines Matching refs:tracing
192 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
193 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
214 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
215 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
236 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
237 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
254 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
255 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
272 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
273 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
290 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
291 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
312 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
313 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
336 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
337 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
354 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
355 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
377 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
378 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
395 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
396 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
455 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
456 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
474 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
475 auto dispatcherImpl = std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(tracing));
493 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, nullptr);
494 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
497 tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
498 heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
513 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, nullptr);
514 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
517 tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
518 heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
536 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, nullptr);
537 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
540 tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, channel);
541 heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
557 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, nullptr);
558 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
568 auto tracing = std::make_unique<HeapProfilerImpl>(ecmaVm, nullptr);
569 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);