Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h210 void CreateThreadPool();
Djit.cc1085 void Jit::CreateThreadPool() { in CreateThreadPool() function in art::jit::Jit
/art/runtime/gc/
Dheap.h788 void CreateThreadPool(size_t num_threads = 0);
Dheap.cc1135 void Heap::CreateThreadPool(size_t num_threads) { in CreateThreadPool() function in art::gc::Heap
/art/runtime/
Druntime.cc3003 jit_->CreateThreadPool(); in CreateJit()
/art/runtime/gc/collector/
Dmark_compact.cc1155 heap_->CreateThreadPool(std::min(heap_->GetParallelGCThreadCount(), kMaxNumUffdWorkers)); in PrepareForCompaction()