Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc142 void Jit::CreateThreadPool() { in CreateThreadPool() function in art::jit::Jit
144 instrumentation_cache_->CreateThreadPool(); in CreateThreadPool()
Djit.h53 void CreateThreadPool();
Djit_instrumentation.h53 void CreateThreadPool();
Djit_instrumentation.cc58 void JitInstrumentationCache::CreateThreadPool() { in CreateThreadPool() function in art::jit::JitInstrumentationCache
/art/runtime/
Dcommon_runtime_test.cc351 runtime_->GetHeap()->CreateThreadPool(); in SetUp()
Druntime.cc650 heap_->CreateThreadPool(); in DidForkFromZygote()
1709 jit_->CreateThreadPool(); in CreateJit()
/art/runtime/gc/
Dheap.h610 void CreateThreadPool();
Dheap.cc776 void Heap::CreateThreadPool() { in CreateThreadPool() function in art::gc::Heap