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