Home
last modified time | relevance | path

Searched refs:GetProfileDexFileBaseKeyView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc633 std::string_view ProfileCompilationInfo::GetProfileDexFileBaseKeyView( in GetProfileDexFileBaseKeyView() function in art::ProfileCompilationInfo
647 return std::string(GetProfileDexFileBaseKeyView(dex_location)); in GetProfileDexFileBaseKey()
1305 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindDexDataUsingAnnotations()
1325 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindAllDexData()
1446 key_to_dex_file.emplace(GetProfileDexFileBaseKeyView(dex_file->GetLocation()), dex_file); in VerifyProfileData()
2170 GetProfileDexFileBaseKeyView(current->GetLocation()) && in DumpInfo()
H A Dprofile_compilation_info.h563 base_key == GetProfileDexFileBaseKeyView(dex_file->GetLocation())) { in FindDexFileForProfileIndex()
1055 static std::string_view GetProfileDexFileBaseKeyView(std::string_view dex_location);