Searched refs:IsCompilationNotified (Results 1 – 2 of 2) sorted by relevance
1479 } while (!jit->GetCodeCache()->GetZygoteMap()->IsCompilationNotified()); in RunPollingThread()1599 code_cache_->GetZygoteMap()->IsCompilationNotified()) { in PostZygoteFork()1611 CHECK(code_cache_->GetZygoteMap()->IsCompilationNotified()); in PostZygoteFork()
146 bool IsCompilationNotified() const { in IsCompilationNotified() function