Home
last modified time | relevance | path

Searched refs:GetBaseKeyFromAugmentedKey (Results 1 – 3 of 3) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.cc185 std::string ProfileCompilationInfo::GetBaseKeyFromAugmentedKey( in GetBaseKeyFromAugmentedKey() function in art::ProfileCompilationInfo
686 if (profile_key == GetBaseKeyFromAugmentedKey(dex_data->profile_key)) { in FindDexDataUsingAnnotations()
706 if (profile_key == GetBaseKeyFromAugmentedKey(dex_data->profile_key)) { in FindAllDexData()
1114 const auto it = key_to_dex_file.find(GetBaseKeyFromAugmentedKey(dex_data->profile_key)); in VerifyProfileData()
1677 GetBaseKeyFromAugmentedKey(dex_data->profile_key)); in DumpInfo()
1684 if (GetBaseKeyFromAugmentedKey(dex_data->profile_key) == current->GetLocation() && in DumpInfo()
2179 std::string dex_data_base_key = GetBaseKeyFromAugmentedKey(dex_data->profile_key); in UpdateProfileKeys()
Dprofile_compilation_info.h506 static std::string GetBaseKeyFromAugmentedKey(const std::string& profile_key);
/art/profman/
Dprofman.cc478 … std::string base_key = ProfileCompilationInfo::GetBaseKeyFromAugmentedKey(profile_key); in ProcessProfiles()