Home
last modified time | relevance | path

Searched defs:profile_key (Results 1 – 4 of 4) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.cc650 std::string_view profile_key) { in GetBaseKeyViewFromAugmentedKey()
656 const std::string& profile_key) { in GetBaseKeyFromAugmentedKey()
1192 const std::string& profile_key, in GetOrAddDexFileData()
1251 const std::string& profile_key, in FindDexData()
1273 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindDexDataUsingAnnotations() local
1283 std::string profile_key = GetProfileDexFileAugmentedKey(dex_file->GetLocation(), annotation); in FindDexDataUsingAnnotations() local
1293 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindAllDexData() local
1644 std::string profile_key(profile_key_view); in ReadDexFilesSection() local
2287 std::string profile_key = info.GetProfileDexFileBaseKey(dex_location); in GenerateTestProfile() local
2337 std::string profile_key = info.GetProfileDexFileBaseKey(dex_location); in GenerateTestProfile() local
Dprofile_compilation_info.h885 std::string profile_key; member
/art/profman/
Dprofman.cc536 [profile_filter_keys](const std::string& profile_key, uint32_t checksum) { in ProcessProfiles()
/art/dex2oat/
Ddex2oat.cc2386 auto filter_fn = [&](const std::string& profile_key, uint32_t checksum) { in LoadProfile()