Home
last modified time | relevance | path

Searched refs:GetBaseKeyViewFromAugmentedKey (Results 1 – 2 of 2) 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()
939 static std::string_view GetBaseKeyViewFromAugmentedKey(std::string_view dex_location);
H A Dprofile_compilation_info.cc632 std::string_view ProfileCompilationInfo::GetBaseKeyViewFromAugmentedKey( in GetBaseKeyViewFromAugmentedKey() function in art::ProfileCompilationInfo
641 return std::string(GetBaseKeyViewFromAugmentedKey(profile_key)); in GetBaseKeyFromAugmentedKey()
1187 if (profile_key == GetBaseKeyViewFromAugmentedKey(dex_data->profile_key)) { in FindDexDataUsingAnnotations()
1207 if (profile_key == GetBaseKeyViewFromAugmentedKey(dex_data->profile_key)) { in FindAllDexData()
1299 const auto it = key_to_dex_file.find(GetBaseKeyViewFromAugmentedKey(dex_data->profile_key)); in VerifyProfileData()
2015 if (GetBaseKeyViewFromAugmentedKey(dex_data->profile_key) == current->GetLocation() && in DumpInfo()