Home
last modified time | relevance | path

Searched refs:NotifyStartupCompleted (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jit/
Dprofile_saver.h58 static void NotifyStartupCompleted() REQUIRES(!Locks::profiler_lock_, !instance_->wait_lock_);
Dprofile_saver.cc114 void ProfileSaver::NotifyStartupCompleted() { in NotifyStartupCompleted() function in art::ProfileSaver
150 Runtime::Current()->NotifyStartupCompleted(); in Run()
/art/runtime/
Druntime.h962 void NotifyStartupCompleted();
Druntime.cc2998 void Runtime::NotifyStartupCompleted() { in NotifyStartupCompleted() function in art::Runtime
3014 ProfileSaver::NotifyStartupCompleted(); in NotifyStartupCompleted()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc338 Runtime::Current()->NotifyStartupCompleted(); in VMRuntime_notifyStartupCompleted()