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.cc388 jit_->DeleteThreadPool(); in ~Runtime()
429 heap_->DeleteThreadPool(); in ~Runtime()
431 oat_file_manager_->DeleteThreadPool(); in ~Runtime()
433 DeleteThreadPool(); in ~Runtime()
2913 bool Runtime::DeleteThreadPool() { in DeleteThreadPool() function in art::Runtime
2993 runtime->DeleteThreadPool(); in Run()
Doat_file_manager.cc791 void OatFileManager::DeleteThreadPool() { in DeleteThreadPool() function in art::OatFileManager
Druntime.h927 bool DeleteThreadPool() REQUIRES(!Locks::runtime_thread_pool_lock_);
/art/runtime/jit/
Djit.h263 void DeleteThreadPool();
Djit.cc369 void Jit::DeleteThreadPool() { in DeleteThreadPool() function in art::jit::Jit
419 DeleteThreadPool(); in ~Jit()
/art/runtime/gc/
Dheap.h765 void DeleteThreadPool();
Dheap.cc1032 void Heap::DeleteThreadPool() { in DeleteThreadPool() function in art::gc::Heap