Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.h135 void DeleteThreadPool();
Druntime.cc404 jit_->DeleteThreadPool(); in ~Runtime()
445 heap_->DeleteThreadPool(); in ~Runtime()
447 oat_file_manager_->DeleteThreadPool(); in ~Runtime()
449 DeleteThreadPool(); in ~Runtime()
3201 bool Runtime::DeleteThreadPool() { in DeleteThreadPool() function in art::Runtime
3273 runtime->DeleteThreadPool(); in Run()
Doat_file_manager.cc816 void OatFileManager::DeleteThreadPool() { in DeleteThreadPool() function in art::OatFileManager
Druntime.h986 bool DeleteThreadPool() REQUIRES(!Locks::runtime_thread_pool_lock_);
/art/runtime/jit/
Djit.h259 void DeleteThreadPool();
Djit.cc350 void Jit::DeleteThreadPool() { in DeleteThreadPool() function in art::jit::Jit
405 DeleteThreadPool(); in ~Jit()
/art/runtime/gc/
Dheap.h765 void DeleteThreadPool();
Dheap.cc1104 void Heap::DeleteThreadPool() { in DeleteThreadPool() function in art::gc::Heap