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.cc130 std::unique_ptr<ThreadPool> debug_info_thread_pool_; member in art::linker::ElfWriterQuick
260 debug_info_thread_pool_.reset(ThreadPool::Create("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()
275 DCHECK(debug_info_thread_pool_ != nullptr); in WriteDebugInfo()
276 debug_info_thread_pool_->Wait(self, true, false); in WriteDebugInfo()