Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Delf_writer_quick.cc132 std::unique_ptr<ThreadPool> debug_info_thread_pool_; member in art::linker::ElfWriterQuick
260 debug_info_thread_pool_ = std::make_unique<ThreadPool>("Mini-debug-info writer", 1); in PrepareDebugInfo()
261 debug_info_thread_pool_->AddTask(self, debug_info_task_.get()); in PrepareDebugInfo()
262 debug_info_thread_pool_->StartWorkers(self); in PrepareDebugInfo()
271 DCHECK(debug_info_thread_pool_ != nullptr); in WriteDebugInfo()
272 debug_info_thread_pool_->Wait(self, true, false); in WriteDebugInfo()