Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h106 std::string profile_key; member
663 std::string profile_key; member
742 std::string profile_key; member
Dprofile_compilation_info.cc186 const std::string& profile_key) { in GetBaseKeyFromAugmentedKey()
609 const std::string& profile_key, in GetOrAddDexFileData()
662 const std::string& profile_key, in FindDexData()
684 std::string profile_key = GetProfileDexFileBaseKey(dex_file->GetLocation()); in FindDexDataUsingAnnotations() local
694 std::string profile_key = GetProfileDexFileAugmentedKey(dex_file->GetLocation(), annotation); in FindDexDataUsingAnnotations() local
704 std::string profile_key = GetProfileDexFileBaseKey(dex_file->GetLocation()); in FindAllDexData() local
1821 std::string profile_key = info.GetProfileDexFileBaseKey(dex_location); in GenerateTestProfile() local
1869 const std::string& profile_key = dex_file->GetLocation(); in GenerateTestProfile() local
/art/profman/
Dprofman.cc472 [profile_filter_keys](const std::string& profile_key, uint32_t checksum) { in ProcessProfiles()