Searched refs:profile_key (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 633 std::string_view profile_key) { in GetBaseKeyViewFromAugmentedKey() argument 635 return (pos == std::string::npos) ? profile_key : profile_key.substr(0, pos); in GetBaseKeyViewFromAugmentedKey() 1004 buffer.WriteAndAdvance(dex_data->profile_key.c_str(), dex_data->profile_key.size()); in Save() 1104 const std::string& profile_key, in GetOrAddDexFileData() argument 1123 profile_key, in GetOrAddDexFileData() 1148 DCHECK_EQ(profile_key, result->profile_key); in GetOrAddDexFileData() 1176 DCHECK_EQ(profile_key, result->profile_key); in FindDexData() 1187 if (profile_key == GetBaseKeyViewFromAugmentedKey(dex_data->profile_key)) { in FindDexDataUsingAnnotations() 1207 if (profile_key == GetBaseKeyViewFromAugmentedKey(dex_data->profile_key)) { in FindAllDexData() 2002 os << dex_data->profile_key; in DumpInfo() [all …]
|
H A D | profile_compilation_info.h | 520 std::string_view base_key = GetBaseKeyViewFromAugmentedKey(dex_file_data->profile_key); in FindDexFileForProfileIndex() 565 static std::string GetBaseKeyFromAugmentedKey(const std::string& profile_key); 733 profile_key(key), in DexFileData() 807 std::string profile_key; member 841 DexFileData* GetOrAddDexFileData(const std::string& profile_key, 856 const DexFileData* FindDexData(const std::string& profile_key, 1055 return dex_file_data->profile_key; in GetProfileKey()
|
/aosp12/art/profman/ |
H A D | profman.cc | 527 [profile_filter_keys](const std::string& profile_key, uint32_t checksum) { in ProcessProfiles() argument 533 … std::string base_key = ProfileCompilationInfo::GetBaseKeyFromAugmentedKey(profile_key); in ProcessProfiles()
|