Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc164 std::string base_key = GetProfileDexFileBaseKey(dex_location); in GetProfileDexFileAugmentedKey() local
166 ? base_key in GetProfileDexFileAugmentedKey()
167 : base_key + kSampleMetadataSeparator + annotation.GetOriginPackageName();; in GetProfileDexFileAugmentedKey()
192 const std::string& base_key, in MigrateAnnotationInfo() argument
196 ? base_key in MigrateAnnotationInfo()
197 : base_key + augmented_key.substr(pos); in MigrateAnnotationInfo()
Dprofile_compilation_info.h940 static std::string MigrateAnnotationInfo(const std::string& base_key,
/art/profman/
Dprofman.cc478 … std::string base_key = ProfileCompilationInfo::GetBaseKeyFromAugmentedKey(profile_key); in ProcessProfiles() local
479 return profile_filter_keys.find(ProfileFilterKey(base_key, checksum)) != in ProcessProfiles()