Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h565 static std::string GetBaseKeyFromAugmentedKey(const std::string& profile_key);
Dprofile_compilation_info.cc638 std::string ProfileCompilationInfo::GetBaseKeyFromAugmentedKey( in GetBaseKeyFromAugmentedKey() function in art::ProfileCompilationInfo
2006 GetBaseKeyFromAugmentedKey(dex_data->profile_key)); in DumpInfo()
2417 std::string dex_data_base_key = GetBaseKeyFromAugmentedKey(dex_data->profile_key); in UpdateProfileKeys()
/art/profman/
Dprofman.cc533 … std::string base_key = ProfileCompilationInfo::GetBaseKeyFromAugmentedKey(profile_key); in ProcessProfiles()