Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit.h266 void CreateThreadPool();
H A Djit.cc1182 void Jit::CreateThreadPool() { in CreateThreadPool() function in art::jit::Jit
/aosp12/art/runtime/
H A Dcommon_runtime_test.cc161 runtime_->GetHeap()->CreateThreadPool(); in FinalizeSetup()
H A Druntime.cc1094 heap_->CreateThreadPool(); in InitNonZygoteOrPostFork()
2916 jit->CreateThreadPool(); in CreateJit()
/aosp12/art/runtime/gc/
H A Dheap.h756 void CreateThreadPool();
H A Dheap.cc1061 void Heap::CreateThreadPool() { in CreateThreadPool() function in art::gc::Heap