Lines Matching refs:GetProfileDexFileKey
156 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()
2258 std::string new_profile_key = GetProfileDexFileKey(dex_file->GetLocation()); in UpdateProfileKeys()