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