Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/jit-load/
Djitload.cc44 auto* thread_pool = jit->GetThreadPool(); in GetJitThread()
/art/runtime/jit/
Djit.h386 ThreadPool* GetThreadPool() const { in GetThreadPool() function
Djit.cc1612 GetThreadPool()->StopWorkers(self); in Stop()
1617 GetThreadPool()->StartWorkers(Thread::Current()); in Start()
1622 was_on_ = (jit != nullptr) && (jit->GetThreadPool() != nullptr); in ScopedJitSuspend()
1631 DCHECK(Runtime::Current()->GetJit()->GetThreadPool() != nullptr); in ~ScopedJitSuspend()
Djit_code_cache.cc1799 ThreadPool* pool = Runtime::Current()->GetJit()->GetThreadPool(); in PostForkChildAction()
/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.cc708 if (kIsDebugBuild && jit->GetThreadPool() != nullptr) { in PostZygoteFork()
709 jit->GetThreadPool()->CheckPthreadPriority(jit->GetThreadPoolPthreadPriority()); in PostZygoteFork()
3151 if (stpu.GetThreadPool() != nullptr) { in WaitForThreadPoolWorkersToStart()
3152 stpu.GetThreadPool()->WaitForWorkersToBeCreated(); in WaitForThreadPoolWorkersToStart()
Druntime.h965 ThreadPool* GetThreadPool() const { in GetThreadPool() function
/art/runtime/gc/
Dheap.h758 ThreadPool* GetThreadPool() { in GetThreadPool() function
/art/runtime/gc/space/
Dimage_space.cc983 ThreadPool* const pool = stpu.GetThreadPool(); in LoadImageFile()