Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc147 void Jit::DeleteThreadPool() { in DeleteThreadPool() function in art::jit::Jit
149 instrumentation_cache_->DeleteThreadPool(); in DeleteThreadPool()
157 DeleteThreadPool(); in ~Jit()
Djit.h63 void DeleteThreadPool();
Djit_instrumentation.h54 void DeleteThreadPool();
Djit_instrumentation.cc62 void JitInstrumentationCache::DeleteThreadPool() { in DeleteThreadPool() function in art::jit::JitInstrumentationCache
/art/runtime/
Druntime.cc249 heap_->DeleteThreadPool(); in ~Runtime()
254 jit_->DeleteThreadPool(); in ~Runtime()
/art/runtime/gc/
Dheap.h611 void DeleteThreadPool();
Dheap.cc873 void Heap::DeleteThreadPool() { in DeleteThreadPool() function in art::gc::Heap