Searched refs:GetThreadPool (Results 1 – 9 of 9) sorted by relevance
44 auto* thread_pool = jit->GetThreadPool(); in GetJitThread()
368 ThreadPool* GetThreadPool() const { in GetThreadPool() function
1531 GetThreadPool()->StopWorkers(self); in Stop()1536 GetThreadPool()->StartWorkers(Thread::Current()); in Start()1541 was_on_ = (jit != nullptr) && (jit->GetThreadPool() != nullptr); in ScopedJitSuspend()1550 DCHECK(Runtime::Current()->GetJit()->GetThreadPool() != nullptr); in ~ScopedJitSuspend()
1820 ThreadPool* pool = Runtime::Current()->GetJit()->GetThreadPool(); in PostForkChildAction()
872 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()1394 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
759 if (kIsDebugBuild && jit->GetThreadPool() != nullptr) { in PostZygoteFork()760 jit->GetThreadPool()->CheckPthreadPriority( in PostZygoteFork()3229 if (stpu.GetThreadPool() != nullptr) { in WaitForThreadPoolWorkersToStart()3230 stpu.GetThreadPool()->WaitForWorkersToBeCreated(); in WaitForThreadPoolWorkersToStart()
999 ThreadPool* GetThreadPool() const { in GetThreadPool() function
766 ThreadPool* GetThreadPool() { in GetThreadPool() function
986 ThreadPool* const pool = stpu.GetThreadPool(); in LoadImageFile()