Home
last modified time | relevance | path

Searched refs:GetProfileDexFileKey (Results 1 – 6 of 6) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info.cc136 std::string ProfileCompilationInfo::GetProfileDexFileKey(const std::string& dex_location) { in GetProfileDexFileKey() function in art::ProfileCompilationInfo
160 DexFileData* data = GetOrAddDexFileData(GetProfileDexFileKey(dex_location), in AddMethodIndex()
632 const std::string dex_location = GetProfileDexFileKey(classes.GetDexLocation()); in AddResolvedClasses()
648 DexFileData* const data = GetOrAddDexFileData(GetProfileDexFileKey(dex_location), in AddMethod()
692 GetProfileDexFileKey(dex_ref.dex_location), in AddMethod()
1079 key_to_dex_file.emplace(GetProfileDexFileKey(dex_file->GetLocation()), dex_file); in VerifyProfileData()
1558 return FindDexData(GetProfileDexFileKey(dex_file->GetLocation()), in FindDexData()
1585 const DexFileData* dex_data = FindDexData(GetProfileDexFileKey(dex_location), dex_checksum); in GetMethodHotness()
1789 key_to_dex_file.emplace(GetProfileDexFileKey(dex_file->GetLocation()), dex_file); in GetResolvedClasses()
1837 std::string profile_key = GetProfileDexFileKey(dex_location); in GenerateTestProfile()
[all …]
Dprofile_compilation_info.h96 dex_location == GetProfileDexFileKey(dex_file->GetLocation()); in MatchesDex()
401 static std::string GetProfileDexFileKey(const std::string& dex_location);
558 return GetOrAddDexFileData(GetProfileDexFileKey(dex_file->GetLocation()), in GetOrAddDexFileData()
Dprofile_saver.cc671 code_paths_keys.insert(ProfileCompilationInfo::GetProfileDexFileKey(location)); in Start()
676 const std::string key = ProfileCompilationInfo::GetProfileDexFileKey(location); in Start()
Dprofile_compilation_info_test.cc208 const std::string& dex_key = ProfileCompilationInfo::GetProfileDexFileKey( in ConvertProfileMethodInfo()
/art/profman/
Dprofile_assistant_test.cc1220 return (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d1.GetLocation()) in TEST_F()
1222 || (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d2.GetLocation()) in TEST_F()
Dprofman.cc374 profile_filter_keys->emplace(ProfileCompilationInfo::GetProfileDexFileKey( in GetProfileFilterKeyFromApks()