Searched refs:debug_info_thread_pool_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Delf_writer_quick.cc124 std::unique_ptr<ThreadPool> debug_info_thread_pool_; member in class:art::FINAL
231 debug_info_thread_pool_ = std::unique_ptr<ThreadPool>(
233 debug_info_thread_pool_->AddTask(self, debug_info_task_.get());
234 debug_info_thread_pool_->StartWorkers(self);
249 DCHECK(debug_info_thread_pool_ != nullptr);
250 debug_info_thread_pool_->Wait(self, true, false);

Completed in 68 milliseconds