Searched refs:GetProfileDexFileKey (Results 1 – 7 of 7) sorted by relevance
156 std::string ProfileCompilationInfo::GetProfileDexFileKey(const std::string& dex_location) { in GetProfileDexFileKey() function in art::ProfileCompilationInfo180 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 …]
101 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()
207 const std::string& dex_key = ProfileCompilationInfo::GetProfileDexFileKey( in ConvertProfileMethodInfo()
709 code_paths_keys.insert(ProfileCompilationInfo::GetProfileDexFileKey(location)); in Start()714 const std::string key = ProfileCompilationInfo::GetProfileDexFileKey(location); in Start()
105 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()
411 profile_filter_keys->emplace(ProfileCompilationInfo::GetProfileDexFileKey( in GetProfileFilterKeyFromApks()
644 std::string profile_key = ProfileCompilationInfo::GetProfileDexFileKey(dex_location); in GenerateProfile()