Home
last modified time | relevance | path

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

/art/test/595-profile-saving/
Dprofile-saving.cc60 return ProfileSaver::HasSeenMethod(std::string(filename_chars.c_str()), in Java_Main_presentInProfile()
/art/runtime/jit/
Dprofile_saver.h60 static bool HasSeenMethod(const std::string& profile, bool hot, MethodReference ref);
Dprofile_saver.cc803 bool ProfileSaver::HasSeenMethod(const std::string& profile, bool hot, MethodReference ref) { in HasSeenMethod() function in art::ProfileSaver