Searched refs:CreateThreadPool (Results 1 – 6 of 6) sorted by relevance
260 void CreateThreadPool();
1200 void Jit::CreateThreadPool() { in CreateThreadPool() function in art::jit::Jit
774 void CreateThreadPool(size_t num_threads = 0);
1114 void Heap::CreateThreadPool(size_t num_threads) { in CreateThreadPool() function in art::gc::Heap
3074 jit->CreateThreadPool(); in CreateJit()
1017 heap_->CreateThreadPool(std::min(heap_->GetParallelGCThreadCount(), kMaxNumUffdWorkers)); in PrepareForCompaction()