Home
last modified time | relevance | path

Searched refs:GetProfileDexFileBaseKey (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc623 std::string base_key = GetProfileDexFileBaseKey(dex_location); in GetProfileDexFileAugmentedKey()
645 std::string ProfileCompilationInfo::GetProfileDexFileBaseKey(const std::string& dex_location) { in GetProfileDexFileBaseKey() function in art::ProfileCompilationInfo
2319 std::string profile_key = info.GetProfileDexFileBaseKey(dex_location); in GenerateTestProfile()
2369 std::string profile_key = info.GetProfileDexFileBaseKey(dex_location); in GenerateTestProfile()
2575 std::string new_base_key = GetProfileDexFileBaseKey(dex_file->GetLocation()); in UpdateProfileKeys()
H A Dprofile_compilation_info.h606 static std::string GetProfileDexFileBaseKey(const std::string& dex_location);
/aosp_15_r20/art/runtime/jit/
H A Dprofile_saver.cc1012 code_paths_keys.insert(ProfileCompilationInfo::GetProfileDexFileBaseKey(location)); in Start()
1017 const std::string key = ProfileCompilationInfo::GetProfileDexFileBaseKey(location); in Start()
/aosp_15_r20/art/profman/
H A Dprofile_assistant_test.cc1782 return (dex_location == ProfileCompilationInfo::GetProfileDexFileBaseKey(d1.GetLocation()) in TEST_F()
1784 || (dex_location == ProfileCompilationInfo::GetProfileDexFileBaseKey(d2.GetLocation()) in TEST_F()
H A Dprofman.cc575 ProfileCompilationInfo::GetProfileDexFileBaseKey(multi_dex_location), checksum); in GetProfileFilterKeyFromApks()