Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/jit-load/
Djitload.cc44 auto* thread_pool = jit->GetThreadPool(); in GetJitThread()
/art/runtime/jit/
Djit.cc986 GetThreadPool()->StopWorkers(self); in Stop()
991 GetThreadPool()->StartWorkers(Thread::Current()); in Start()
996 was_on_ = (jit != nullptr) && (jit->GetThreadPool() != nullptr); in ScopedJitSuspend()
1005 DCHECK(Runtime::Current()->GetJit()->GetThreadPool() != nullptr); in ~ScopedJitSuspend()
Djit.h291 ThreadPool* GetThreadPool() const { in GetThreadPool() function
/art/runtime/gc/collector/
Dmark_sweep.cc874 if (heap_->GetThreadPool() == nullptr || !Runtime::Current()->InJankPerceptibleProcessState()) { in GetThreadCount()
882 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects()
1034 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark()
1394 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
/art/runtime/
Druntime.h852 ThreadPool* GetThreadPool() const { in GetThreadPool() function
/art/runtime/gc/
Dheap.h743 ThreadPool* GetThreadPool() { in GetThreadPool() function