Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc1559 } while (!jit->GetCodeCache()->GetZygoteMap()->IsCompilationNotified()); in RunPollingThread()
1654 code_cache_->GetZygoteMap()->IsCompilationNotified()) { in PostZygoteFork()
1666 CHECK(code_cache_->GetZygoteMap()->IsCompilationNotified()); in PostZygoteFork()
Djit_code_cache.h145 bool IsCompilationNotified() const { in IsCompilationNotified() function