Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h520 std::string_view base_key = GetBaseKeyViewFromAugmentedKey(dex_file_data->profile_key); in FindDexFileForProfileIndex() local
523 base_key == GetProfileDexFileBaseKeyView(dex_file->GetLocation())) { in FindDexFileForProfileIndex()
949 static std::string MigrateAnnotationInfo(const std::string& base_key,
H A Dprofile_compilation_info.cc605 std::string base_key = GetProfileDexFileBaseKey(dex_location); in GetProfileDexFileAugmentedKey() local
607 ? base_key in GetProfileDexFileAugmentedKey()
608 : base_key + kSampleMetadataSeparator + annotation.GetOriginPackageName();; in GetProfileDexFileAugmentedKey()
645 const std::string& base_key, in MigrateAnnotationInfo() argument
649 ? base_key in MigrateAnnotationInfo()
650 : base_key + augmented_key.substr(pos); in MigrateAnnotationInfo()
/aosp12/art/profman/
H A Dprofman.cc533 … std::string base_key = ProfileCompilationInfo::GetBaseKeyFromAugmentedKey(profile_key); in ProcessProfiles() local
534 return profile_filter_keys.find(ProfileFilterKey(base_key, checksum)) != in ProcessProfiles()