Searched refs:ProfileSampleAnnotation (Results 1 – 9 of 9) sorted by relevance
34 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; variable41 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {50 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {60 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {70 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {78 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
263 class ProfileSampleAnnotation {265 explicit ProfileSampleAnnotation(const std::string& package_name) : in ProfileSampleAnnotation() function270 bool operator==(const ProfileSampleAnnotation& other) const {274 bool operator<(const ProfileSampleAnnotation& other) const {280 static const ProfileSampleAnnotation kNone;307 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {318 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);347 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {363 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);366 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {[all …]
65 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in GetMethod()968 ProfileCompilationInfo::ProfileSampleAnnotation annotation("test.package"); in TEST_F()1463 ProfileSampleAnnotation psa1("test1"); in TEST_F()1464 ProfileSampleAnnotation psa2("test2"); in TEST_F()1505 ProfileSampleAnnotation not_existing("A"); in TEST_F()1530 ProfileSampleAnnotation psa1("test1"); in TEST_F()1531 ProfileSampleAnnotation psa2("test2"); in TEST_F()1565 EXPECT_FALSE(info.ContainsClass(*dex1, dex::TypeIndex(0), ProfileSampleAnnotation("new_test"))); in TEST_F()1589 ProfileSampleAnnotation psa1("test1"); in TEST_F()1590 ProfileSampleAnnotation psa2("test2"); in TEST_F()[all …]
74 const ProfileCompilationInfo::ProfileSampleAnnotation75 ProfileCompilationInfo::ProfileSampleAnnotation::kNone =76 ProfileCompilationInfo::ProfileSampleAnnotation("");604 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey()606 return annotation == ProfileSampleAnnotation::kNone in GetProfileDexFileAugmentedKey()653 ProfileCompilationInfo::ProfileSampleAnnotation ProfileCompilationInfo::GetAnnotationFromKey( in GetAnnotationFromKey()657 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()658 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()663 const ProfileSampleAnnotation& annotation) { in AddMethods()715 const ProfileSampleAnnotation& annotation) { in AddClass()[all …]
54 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()76 ASSERT_EQ(ProfileCompilationInfo::ProfileSampleAnnotation::kNone, in TEST_F()81 ProfileCompilationInfo::ProfileSampleAnnotation expected("unknown"); in TEST_F()87 ProfileCompilationInfo::ProfileSampleAnnotation expected("test.package"); in TEST_F()
113 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation();
335 const ProfileCompilationInfo::ProfileSampleAnnotation& annotation) in GetClassesAndMethodsHelper()456 const ProfileCompilationInfo::ProfileSampleAnnotation annotation_;1284 ProfileCompilationInfo::ProfileSampleAnnotation ProfileSaver::GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()1296 ? ProfileCompilationInfo::ProfileSampleAnnotation(package_name) in GetProfileSampleAnnotation()1297 : ProfileCompilationInfo::ProfileSampleAnnotation::kNone; in GetProfileSampleAnnotation()
70 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; typedef1361 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()1362 ? ProfileSampleAnnotation::kNone in ProcessLine()1363 : ProfileSampleAnnotation(std::string(annotation_string)); in ProcessLine()
1968 ProfileCompilationInfo::ProfileSampleAnnotation psa1("package1"); in TEST_F()1969 ProfileCompilationInfo::ProfileSampleAnnotation psa2("package2"); in TEST_F()