Searched refs:GetBaseKeyViewFromAugmentedKey (Results 1 – 2 of 2) sorted by relevance
520 std::string_view base_key = GetBaseKeyViewFromAugmentedKey(dex_file_data->profile_key); in FindDexFileForProfileIndex()939 static std::string_view GetBaseKeyViewFromAugmentedKey(std::string_view dex_location);
632 std::string_view ProfileCompilationInfo::GetBaseKeyViewFromAugmentedKey( in GetBaseKeyViewFromAugmentedKey() function in art::ProfileCompilationInfo641 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()