Searched refs:GetProfileDexFileKey (Results 1 – 6 of 6) sorted by relevance
136 std::string ProfileCompilationInfo::GetProfileDexFileKey(const std::string& dex_location) { in GetProfileDexFileKey() function in art::ProfileCompilationInfo160 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 …]
96 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()
671 code_paths_keys.insert(ProfileCompilationInfo::GetProfileDexFileKey(location)); in Start()676 const std::string key = ProfileCompilationInfo::GetProfileDexFileKey(location); in Start()
208 const std::string& dex_key = ProfileCompilationInfo::GetProfileDexFileKey( in ConvertProfileMethodInfo()
1220 return (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d1.GetLocation()) in TEST_F()1222 || (dex_location == ProfileCompilationInfo::GetProfileDexFileKey(d2.GetLocation()) in TEST_F()
374 profile_filter_keys->emplace(ProfileCompilationInfo::GetProfileDexFileKey( in GetProfileFilterKeyFromApks()