Searched refs:GetThreadPool (Results 1 – 4 of 4) sorted by relevance
764 GetThreadPool()->StopWorkers(self); in Stop()769 GetThreadPool()->StartWorkers(Thread::Current()); in Start()774 was_on_ = (jit != nullptr) && (jit->GetThreadPool() != nullptr); in ScopedJitSuspend()783 DCHECK(Runtime::Current()->GetJit()->GetThreadPool() != nullptr); in ~ScopedJitSuspend()
169 ThreadPool* GetThreadPool() const { in GetThreadPool() function
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()1393 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
697 ThreadPool* GetThreadPool() { in GetThreadPool() function