Searched refs:GetProfileDexFileBaseKeyView (Results 1 – 2 of 2) sorted by relevance
628 std::string_view ProfileCompilationInfo::GetProfileDexFileBaseKeyView( in GetProfileDexFileBaseKeyView() function in art::ProfileCompilationInfo642 return std::string(GetProfileDexFileBaseKeyView(dex_location)); in GetProfileDexFileBaseKey()1269 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindDexDataUsingAnnotations()1289 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindAllDexData()1379 key_to_dex_file.emplace(GetProfileDexFileBaseKeyView(dex_file->GetLocation()), dex_file); in VerifyProfileData()2103 GetProfileDexFileBaseKeyView(current->GetLocation()) && in DumpInfo()
569 base_key == GetProfileDexFileBaseKeyView(dex_file->GetLocation())) { in FindDexFileForProfileIndex()1049 static std::string_view GetProfileDexFileBaseKeyView(std::string_view dex_location);