Searched refs:CreateThreadPool (Results 1 – 6 of 6) sorted by relevance
210 void CreateThreadPool();
1085 void Jit::CreateThreadPool() { in CreateThreadPool() function in art::jit::Jit
788 void CreateThreadPool(size_t num_threads = 0);
1135 void Heap::CreateThreadPool(size_t num_threads) { in CreateThreadPool() function in art::gc::Heap
3003 jit_->CreateThreadPool(); in CreateJit()
1155 heap_->CreateThreadPool(std::min(heap_->GetParallelGCThreadCount(), kMaxNumUffdWorkers)); in PrepareForCompaction()