Home
last modified time | relevance | path

Searched refs:SaveProfileInfo (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime.h459 bool SaveProfileInfo() const;
Druntime.cc2019 bool Runtime::SaveProfileInfo() const { in SaveProfileInfo() function in art::Runtime
/art/runtime/jit/
Dprofile_saver.cc393 DCHECK(Runtime::Current()->SaveProfileInfo()); in Start()