Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc1494 thread_pool_->AddTask(self, new ForAllClosure(this, end, callback)); in ForAll()
1511 class ForAllClosure : public Task { class in art::ParallelCompilationManager
1513 ForAllClosure(ParallelCompilationManager* manager, size_t end, Callback* callback) in ForAllClosure() function in art::ParallelCompilationManager::ForAllClosure