Home
last modified time | relevance | path

Searched refs:GetStartupCompleted (Results 1 – 4 of 4) sorted by relevance

/art/test/1002-notify-startup/
Dstartup_interface.cc24 return Runtime::Current()->GetStartupCompleted(); in Java_Main_hasStartupCompleted()
/art/runtime/
Druntime.h873 bool GetStartupCompleted() const;
Druntime.cc2885 bool Runtime::GetStartupCompleted() const { in GetStartupCompleted() function in art::Runtime
/art/runtime/jit/
Dprofile_saver.cc133 while (!Runtime::Current()->GetStartupCompleted()) { in Run()