Home
last modified time | relevance | path

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

/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc656 std::string ProfileCompilationInfo::GetBaseKeyFromAugmentedKey( in GetBaseKeyFromAugmentedKey() function in art::ProfileCompilationInfo
2160 GetBaseKeyFromAugmentedKey(dex_data->profile_key)); in DumpInfo()
2569 std::string old_base_key = GetBaseKeyFromAugmentedKey(dex_data->profile_key); in UpdateProfileKeys()
2602 std::string old_base_key = GetBaseKeyFromAugmentedKey(dex_data->profile_key); in UpdateProfileKeys()
H A Dprofile_compilation_info.h609 static std::string GetBaseKeyFromAugmentedKey(const std::string& profile_key);
/aosp_15_r20/art/profman/
H A Dprofman.cc538 … std::string base_key = ProfileCompilationInfo::GetBaseKeyFromAugmentedKey(profile_key); in ProcessProfiles()