Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc724 GetThreadPool()->StopWorkers(self); in Stop()
729 GetThreadPool()->StartWorkers(Thread::Current()); in Start()
734 was_on_ = (jit != nullptr) && (jit->GetThreadPool() != nullptr); in ScopedJitSuspend()
743 DCHECK(Runtime::Current()->GetJit()->GetThreadPool() != nullptr); in ~ScopedJitSuspend()
Djit.h174 ThreadPool* GetThreadPool() const { in GetThreadPool() function
/art/runtime/gc/collector/
Dmark_sweep.cc849 if (heap_->GetThreadPool() == nullptr || !Runtime::Current()->InJankPerceptibleProcessState()) { in GetThreadCount()
857 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects()
1009 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark()
1370 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
/art/runtime/gc/
Dheap.h688 ThreadPool* GetThreadPool() { in GetThreadPool() function