Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit.cc1640 } while (!jit->GetCodeCache()->GetZygoteMap()->IsCompilationNotified()); in RunPollingThread()
1730 code_cache_->GetZygoteMap()->IsCompilationNotified()) { in PostZygoteFork()
1742 CHECK(code_cache_->GetZygoteMap()->IsCompilationNotified()); in PostZygoteFork()
H A Djit_code_cache.h144 bool IsCompilationNotified() const { in IsCompilationNotified() function