Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc156 std::string ProfileCompilationInfo::GetProfileDexFileKey(const std::string& dex_location) { in GetProfileDexFileKey() function in art::ProfileCompilationInfo
180 DexFileData* data = GetOrAddDexFileData(GetProfileDexFileKey(dex_location), in AddMethodIndex()
695 const std::string dex_location = GetProfileDexFileKey(classes.GetDexLocation()); in AddResolvedClasses()
711 DexFileData* const data = GetOrAddDexFileData(GetProfileDexFileKey(dex_location), in AddMethod()
755 GetProfileDexFileKey(dex_ref.dex_location), in AddMethod()
1192 key_to_dex_file.emplace(GetProfileDexFileKey(dex_file->GetLocation()), dex_file); in VerifyProfileData()
1713 return FindDexData(GetProfileDexFileKey(dex_file->GetLocation()), in FindDexData()
1740 const DexFileData* dex_data = FindDexData(GetProfileDexFileKey(dex_location), dex_checksum); in GetMethodHotness()
1928 key_to_dex_file.emplace(GetProfileDexFileKey(dex_file->GetLocation()), dex_file); in GetResolvedClasses()
1976 std::string profile_key = GetProfileDexFileKey(dex_location); in GenerateTestProfile()
[all …]
Dprofile_compilation_info.h101 dex_location == GetProfileDexFileKey(dex_file->GetLocation()); in MatchesDex()
404 static std::string GetProfileDexFileKey(const std::string& dex_location);
607 return GetOrAddDexFileData(GetProfileDexFileKey(dex_file->GetLocation()), in GetOrAddDexFileData()
/art/runtime/jit/
Dprofiling_info_test.cc207 const std::string& dex_key = ProfileCompilationInfo::GetProfileDexFileKey( in ConvertProfileMethodInfo()
Dprofile_saver.cc709 code_paths_keys.insert(ProfileCompilationInfo::GetProfileDexFileKey(location)); in Start()
714 const std::string key = ProfileCompilationInfo::GetProfileDexFileKey(location); in Start()
/art/profman/
Dprofile_assistant_test.cc105 ASSERT_TRUE(info->AddClassIndex(ProfileCompilationInfo::GetProfileDexFileKey(dex_location1), in SetupProfile()
1226 return (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d1.GetLocation()) in TEST_F()
1228 || (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d2.GetLocation()) in TEST_F()
Dprofman.cc411 profile_filter_keys->emplace(ProfileCompilationInfo::GetProfileDexFileKey( in GetProfileFilterKeyFromApks()
/art/dex2oat/
Ddex2oat_test.cc644 std::string profile_key = ProfileCompilationInfo::GetProfileDexFileKey(dex_location); in GenerateProfile()