Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_sweep.cc722 if (heap_->GetThreadPool() == nullptr || !heap_->CareAboutPauseTimes()) { in GetThreadCount()
734 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects()
858 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark()
1175 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
/art/runtime/gc/
Dheap.h575 ThreadPool* GetThreadPool() { in GetThreadPool() function