Searched refs:profile_key (Results 1 – 4 of 4) sorted by relevance
650 std::string_view profile_key) { in GetBaseKeyViewFromAugmentedKey() argument651 size_t pos = profile_key.rfind(kSampleMetadataSeparator); in GetBaseKeyViewFromAugmentedKey()652 return (pos == std::string::npos) ? profile_key : profile_key.substr(0, pos); in GetBaseKeyViewFromAugmentedKey()656 const std::string& profile_key) { in GetBaseKeyFromAugmentedKey() argument658 return std::string(GetBaseKeyViewFromAugmentedKey(profile_key)); in GetBaseKeyFromAugmentedKey()1024 if (dex_data->profile_key.size() > kMaxDexFileKeyLength) { in Save()1031 sizeof(uint16_t) + dex_data->profile_key.size(); in Save()1091 buffer.WriteUintAndAdvance(dchecked_integral_cast<uint16_t>(dex_data->profile_key.size())); in Save()1092 buffer.WriteAndAdvance(dex_data->profile_key.c_str(), dex_data->profile_key.size()); in Save()1192 const std::string& profile_key, in GetOrAddDexFileData() argument[all …]
560 std::string_view base_key = GetBaseKeyViewFromAugmentedKey(dex_file_data->profile_key); in FindDexFileForProfileIndex()609 static std::string GetBaseKeyFromAugmentedKey(const std::string& profile_key);780 profile_key(key), in DexFileData()885 std::string profile_key; member949 DexFileData* GetOrAddDexFileData(const std::string& profile_key,964 const DexFileData* FindDexData(const std::string& profile_key,1163 return dex_file_data->profile_key; in GetProfileKey()
536 [profile_filter_keys](const std::string& profile_key, uint32_t checksum) { in ProcessProfiles() argument542 … std::string base_key = ProfileCompilationInfo::GetBaseKeyFromAugmentedKey(profile_key); in ProcessProfiles()
2386 auto filter_fn = [&](const std::string& profile_key, uint32_t checksum) { in LoadProfile() argument2387 auto it = old_profile_keys.find(profile_key); in LoadProfile()2396 new_profile_keys.insert(std::make_pair(profile_key, checksum)); in LoadProfile()