Home
last modified time | relevance | path

Searched refs:GetThreadPool (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_sweep.cc800 if (heap_->GetThreadPool() == nullptr || !heap_->CareAboutPauseTimes()) { in GetThreadCount()
808 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects()
944 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark()
1290 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
/art/runtime/gc/
Dheap.h612 ThreadPool* GetThreadPool() { in GetThreadPool() function