Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h523 base_key == GetProfileDexFileBaseKeyView(dex_file->GetLocation())) { in FindDexFileForProfileIndex()
935 static std::string_view GetProfileDexFileBaseKeyView(std::string_view dex_location);
Dprofile_compilation_info.cc615 std::string_view ProfileCompilationInfo::GetProfileDexFileBaseKeyView( in GetProfileDexFileBaseKeyView() function in art::ProfileCompilationInfo
629 return std::string(GetProfileDexFileBaseKeyView(dex_location)); in GetProfileDexFileBaseKey()
1185 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindDexDataUsingAnnotations()
1205 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindAllDexData()
1295 key_to_dex_file.emplace(GetProfileDexFileBaseKeyView(dex_file->GetLocation()), dex_file); in VerifyProfileData()