Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc764 GetThreadPool()->StopWorkers(self); in Stop()
769 GetThreadPool()->StartWorkers(Thread::Current()); in Start()
774 was_on_ = (jit != nullptr) && (jit->GetThreadPool() != nullptr); in ScopedJitSuspend()
783 DCHECK(Runtime::Current()->GetJit()->GetThreadPool() != nullptr); in ~ScopedJitSuspend()
Djit.h169 ThreadPool* GetThreadPool() const { in GetThreadPool() function
/art/runtime/gc/collector/
Dmark_sweep.cc872 if (heap_->GetThreadPool() == nullptr || !Runtime::Current()->InJankPerceptibleProcessState()) { in GetThreadCount()
880 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects()
1032 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark()
1393 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
/art/runtime/gc/
Dheap.h697 ThreadPool* GetThreadPool() { in GetThreadPool() function