Home
last modified time | relevance | path

Searched refs:SetCompilationState (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit.cc663 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()
675 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()
692 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedFailure); in NotifyZygoteCompilationDone()
716 code_cache_->GetZygoteMap()->SetCompilationState( in NotifyZygoteCompilationDone()
759 code_cache_->GetZygoteMap()->SetCompilationState(ZygoteCompilationState::kNotifiedOk); in NotifyZygoteCompilationDone()
862 Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteMap()->SetCompilationState( in Run()
Djit_code_cache.h136 void SetCompilationState(ZygoteCompilationState state) { in SetCompilationState() function