Searched refs:GetStartupCompleted (Results 1 – 4 of 4) sorted by relevance
24 return Runtime::Current()->GetStartupCompleted(); in Java_Main_hasStartupCompleted()
965 bool GetStartupCompleted() const;
3017 bool Runtime::GetStartupCompleted() const { in GetStartupCompleted() function in art::Runtime
139 while (!Runtime::Current()->GetStartupCompleted()) { in Run()