Searched refs:ProfileSampleAnnotation (Results 1 – 8 of 8) sorted by relevance
303 class ProfileSampleAnnotation {305 explicit ProfileSampleAnnotation(const std::string& package_name) : in ProfileSampleAnnotation() function310 bool operator==(const ProfileSampleAnnotation& other) const;312 bool operator<(const ProfileSampleAnnotation& other) const {318 static const ProfileSampleAnnotation kNone;339 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);350 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {364 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);376 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {453 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;[all …]
36 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; typedef76 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in AddMethod()86 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in AddMethod()96 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in AddClass()109 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in GetMethod()1442 ProfileSampleAnnotation psa1("test1"); in TEST_F()1443 ProfileSampleAnnotation psa2("test2"); in TEST_F()1484 ProfileSampleAnnotation not_exisiting("A"); in TEST_F()1510 ProfileSampleAnnotation psa1("test1"); in TEST_F()1511 ProfileSampleAnnotation psa2("test2"); in TEST_F()[all …]
74 const ProfileCompilationInfo::ProfileSampleAnnotation75 ProfileCompilationInfo::ProfileSampleAnnotation::kNone =76 ProfileCompilationInfo::ProfileSampleAnnotation("");163 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey()165 return annotation == ProfileSampleAnnotation::kNone in GetProfileDexFileAugmentedKey()200 ProfileCompilationInfo::ProfileSampleAnnotation ProfileCompilationInfo::GetAnnotationFromKey( in GetAnnotationFromKey()204 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()205 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()210 const ProfileSampleAnnotation& annotation) { in AddMethods()682 const ProfileSampleAnnotation& annotation) const { in FindDexDataUsingAnnotations()[all …]
58 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()80 ASSERT_EQ(ProfileCompilationInfo::ProfileSampleAnnotation::kNone, in TEST_F()85 ProfileCompilationInfo::ProfileSampleAnnotation expected("unknown"); in TEST_F()91 ProfileCompilationInfo::ProfileSampleAnnotation expected("test.package"); in TEST_F()
107 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation();
975 ProfileCompilationInfo::ProfileSampleAnnotation ProfileSaver::GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()987 ? ProfileCompilationInfo::ProfileSampleAnnotation(package_name) in GetProfileSampleAnnotation()988 : ProfileCompilationInfo::ProfileSampleAnnotation::kNone; in GetProfileSampleAnnotation()
61 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; typedef1059 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()1060 ? ProfileSampleAnnotation::kNone in ProcessLine()1061 : ProfileSampleAnnotation(annotation_string); in ProcessLine()
71 const ProfileCompilationInfo::ProfileSampleAnnotation& annotation in AddMethod()72 = ProfileCompilationInfo::ProfileSampleAnnotation::kNone) { in AddMethod()1490 ProfileCompilationInfo::ProfileSampleAnnotation psa1("package1"); in TEST_F()1491 ProfileCompilationInfo::ProfileSampleAnnotation psa2("package2"); in TEST_F()