Searched refs:GetBaseKeyFromAugmentedKey (Results 1 – 3 of 3) sorted by relevance
655 std::string ProfileCompilationInfo::GetBaseKeyFromAugmentedKey( in GetBaseKeyFromAugmentedKey() function in art::ProfileCompilationInfo2128 GetBaseKeyFromAugmentedKey(dex_data->profile_key)); in DumpInfo()2537 std::string old_base_key = GetBaseKeyFromAugmentedKey(dex_data->profile_key); in UpdateProfileKeys()2570 std::string old_base_key = GetBaseKeyFromAugmentedKey(dex_data->profile_key); in UpdateProfileKeys()
609 static std::string GetBaseKeyFromAugmentedKey(const std::string& profile_key);
542 … std::string base_key = ProfileCompilationInfo::GetBaseKeyFromAugmentedKey(profile_key); in ProcessProfiles()