Searched refs:GetZygoteMap (Results 1 – 2 of 2) sorted by relevance
546 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()558 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()575 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()599 code_cache_->GetZygoteMap()->SetCompilationState( in NotifyZygoteCompilationDone()642 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedOk); in NotifyZygoteCompilationDone()780 Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteMap()->SetCompilationState( in Run()878 code_cache->GetZygoteMap()->Initialize(added_to_queue); in Run()962 if (!code_cache_->GetZygoteMap()->CanMapBootImageMethods()) { in MapBootImageMethods()1479 } while (!jit->GetCodeCache()->GetZygoteMap()->IsCompilationNotified()); in RunPollingThread()1599 code_cache_->GetZygoteMap()->IsCompilationNotified()) { in PostZygoteFork()[all …]
383 ZygoteMap* GetZygoteMap() { in GetZygoteMap() function