Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc618 std::string base_key = GetProfileDexFileBaseKey(dex_location); in GetProfileDexFileAugmentedKey()
640 std::string ProfileCompilationInfo::GetProfileDexFileBaseKey(const std::string& dex_location) { in GetProfileDexFileBaseKey() function in art::ProfileCompilationInfo
2252 std::string profile_key = info.GetProfileDexFileBaseKey(dex_location); in GenerateTestProfile()
2302 std::string profile_key = info.GetProfileDexFileBaseKey(dex_location); in GenerateTestProfile()
2487 std::string new_profile_key = GetProfileDexFileBaseKey(dex_file->GetLocation()); in UpdateProfileKeys()
Dprofile_compilation_info.h612 static std::string GetProfileDexFileBaseKey(const std::string& dex_location);
/art/runtime/jit/
Dprofile_saver.cc1050 code_paths_keys.insert(ProfileCompilationInfo::GetProfileDexFileBaseKey(location)); in Start()
1055 const std::string key = ProfileCompilationInfo::GetProfileDexFileBaseKey(location); in Start()
/art/profman/
Dprofile_assistant_test.cc1801 return (dex_location == ProfileCompilationInfo::GetProfileDexFileBaseKey(d1.GetLocation()) in TEST_F()
1803 || (dex_location == ProfileCompilationInfo::GetProfileDexFileBaseKey(d2.GetLocation()) in TEST_F()
Dprofman.cc565 profile_filter_keys->emplace(ProfileCompilationInfo::GetProfileDexFileBaseKey( in GetProfileFilterKeyFromApks()