Searched refs:HasSeenMethod (Results 1 – 3 of 3) sorted by relevance
60 return ProfileSaver::HasSeenMethod(std::string(filename_chars.c_str()), in Java_Main_presentInProfile()
60 static bool HasSeenMethod(const std::string& profile, bool hot, MethodReference ref);
803 bool ProfileSaver::HasSeenMethod(const std::string& profile, bool hot, MethodReference ref) { in HasSeenMethod() function in art::ProfileSaver