Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant.cc74 if (!info.SameVersion(cur_info)) { in ProcessProfilesInternal()
/art/libprofile/profile/
Dprofile_compilation_info.h494 bool SameVersion(const ProfileCompilationInfo& other) const;
Dprofile_compilation_info.cc1509 if (!SameVersion(other)) { in MergeWith()
1774 bool ProfileCompilationInfo::SameVersion(const ProfileCompilationInfo& other) const { in SameVersion() function in art::ProfileCompilationInfo
1781 if (!SameVersion(other)) { in Equals()