Searched refs:GetThreadPool (Results 1 – 9 of 9) sorted by relevance
44 auto* thread_pool = jit->GetThreadPool(); in GetJitThread()
379 ThreadPool* GetThreadPool() const { in GetThreadPool() function
1682 GetThreadPool()->StopWorkers(self); in Stop()1687 GetThreadPool()->StartWorkers(Thread::Current()); in Start()1692 was_on_ = (jit != nullptr) && (jit->GetThreadPool() != nullptr); in ScopedJitSuspend()1701 DCHECK(Runtime::Current()->GetJit()->GetThreadPool() != nullptr); in ~ScopedJitSuspend()
1943 ThreadPool* pool = Runtime::Current()->GetJit()->GetThreadPool(); in PostForkChildAction()
874 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()
940 ThreadPool* GetThreadPool() const { in GetThreadPool() function
2941 if (stpu.GetThreadPool() != nullptr) { in WaitForThreadPoolWorkersToStart()2942 stpu.GetThreadPool()->WaitForWorkersToBeCreated(); in WaitForThreadPoolWorkersToStart()
766 ThreadPool* GetThreadPool() { in GetThreadPool() function
1207 ThreadPool* const pool = stpu.GetThreadPool(); in LoadImageFile()