Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.h132 void DeleteThreadPool();
Druntime.cc400 jit_->DeleteThreadPool(); in ~Runtime()
441 heap_->DeleteThreadPool(); in ~Runtime()
443 oat_file_manager_->DeleteThreadPool(); in ~Runtime()
445 DeleteThreadPool(); in ~Runtime()
3123 bool Runtime::DeleteThreadPool() { in DeleteThreadPool() function in art::Runtime
3195 runtime->DeleteThreadPool(); in Run()
Doat_file_manager.cc786 void OatFileManager::DeleteThreadPool() { in DeleteThreadPool() function in art::OatFileManager
Druntime.h946 bool DeleteThreadPool() REQUIRES(!Locks::runtime_thread_pool_lock_);
/art/runtime/jit/
Djit.h267 void DeleteThreadPool();
Djit.cc370 void Jit::DeleteThreadPool() { in DeleteThreadPool() function in art::jit::Jit
425 DeleteThreadPool(); in ~Jit()
/art/runtime/gc/
Dheap.h757 void DeleteThreadPool();
Dheap.cc1079 void Heap::DeleteThreadPool() { in DeleteThreadPool() function in art::gc::Heap