Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc1479 } while (!jit->GetCodeCache()->GetZygoteMap()->IsCompilationNotified()); in RunPollingThread()
1599 code_cache_->GetZygoteMap()->IsCompilationNotified()) { in PostZygoteFork()
1611 CHECK(code_cache_->GetZygoteMap()->IsCompilationNotified()); in PostZygoteFork()
Djit_code_cache.h146 bool IsCompilationNotified() const { in IsCompilationNotified() function