Searched defs:profile_key (Results 1 – 4 of 4) sorted by relevance
646 std::string_view profile_key) { in GetBaseKeyViewFromAugmentedKey()652 const std::string& profile_key) { in GetBaseKeyFromAugmentedKey()1188 const std::string& profile_key, in GetOrAddDexFileData()1247 const std::string& profile_key, in FindDexData()1269 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindDexDataUsingAnnotations() local1279 std::string profile_key = GetProfileDexFileAugmentedKey(dex_file->GetLocation(), annotation); in FindDexDataUsingAnnotations() local1289 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindAllDexData() local1609 std::string profile_key(profile_key_view); in ReadDexFilesSection() local2252 std::string profile_key = info.GetProfileDexFileBaseKey(dex_location); in GenerateTestProfile() local2302 std::string profile_key = info.GetProfileDexFileBaseKey(dex_location); in GenerateTestProfile() local
891 std::string profile_key; member
529 [profile_filter_keys](const std::string& profile_key, uint32_t checksum) { in ProcessProfiles()
2416 auto filter_fn = [&](const std::string& profile_key, uint32_t checksum) { in LoadProfile()