Lines Matching refs:GetZygoteMap
657 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()
669 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()
686 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()
710 code_cache_->GetZygoteMap()->SetCompilationState( in NotifyZygoteCompilationDone()
753 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedOk); in NotifyZygoteCompilationDone()
863 Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteMap()->SetCompilationState( in Run()
964 code_cache->GetZygoteMap()->Initialize(added_to_queue); in Run()
1048 if (!code_cache_->GetZygoteMap()->CanMapBootImageMethods()) { in MapBootImageMethods()
1710 } while (!jit->GetCodeCache()->GetZygoteMap()->IsCompilationNotified()); in RunPollingThread()
1799 code_cache_->GetZygoteMap()->IsCompilationNotified()) { in PostZygoteFork()
1806 code_cache_->GetZygoteMap()->IsCompilationDoneButNotNotified()) { in PostZygoteFork()
1812 CHECK(code_cache_->GetZygoteMap()->IsCompilationNotified()); in PostZygoteFork()