Searched refs:NotifyDexUse (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jit/
H A Dprofile_saver.h47 static void NotifyDexUse(const std::string& dex_location);
H A Dprofile_saver.cc505 void ProfileSaver::NotifyDexUse(const std::string& dex_location) { function in class:art::ProfileSaver
614 // NotifyDexUse is called just a few times in the app lifetime. So we make the compromise
/art/runtime/
H A Druntime.cc1812 ProfileSaver::NotifyDexUse(dex_location);

Completed in 302 milliseconds