Home
last modified time | relevance | path

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

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