Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_sweep.cc850 if (heap_->GetThreadPool() == nullptr || !Runtime::Current()->InJankPerceptibleProcessState()) { in GetThreadCount()
858 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects()
1010 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark()
1371 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
/art/runtime/gc/
Dheap.h664 ThreadPool* GetThreadPool() { in GetThreadPool() function