Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h560 std::string_view base_key = GetBaseKeyViewFromAugmentedKey(dex_file_data->profile_key); in FindDexFileForProfileIndex() local
563 base_key == GetProfileDexFileBaseKeyView(dex_file->GetLocation())) { in FindDexFileForProfileIndex()
1057 static std::string MigrateAnnotationInfo(const std::string& base_key,
Dprofile_compilation_info.cc622 std::string base_key = GetProfileDexFileBaseKey(dex_location); in GetProfileDexFileAugmentedKey() local
624 ? base_key in GetProfileDexFileAugmentedKey()
625 : base_key + kSampleMetadataSeparator + annotation.GetOriginPackageName();; in GetProfileDexFileAugmentedKey()
662 const std::string& base_key, in MigrateAnnotationInfo() argument
666 ? base_key in MigrateAnnotationInfo()
667 : base_key + augmented_key.substr(pos); in MigrateAnnotationInfo()
/art/profman/
Dprofman.cc542 … std::string base_key = ProfileCompilationInfo::GetBaseKeyFromAugmentedKey(profile_key); in ProcessProfiles() local
543 return profile_filter_keys.find(ProfileFilterKey(base_key, checksum)) != in ProcessProfiles()