Searched refs:ProfileSampleAnnotation (Results 1 – 10 of 10) sorted by relevance
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) const {316 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {329 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone,359 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {375 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);[all …]
34 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; variable41 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {50 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {62 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {72 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {82 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
71 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in GetMethod()982 ProfileCompilationInfo::ProfileSampleAnnotation annotation("test.package"); in TEST_F()1505 ProfileSampleAnnotation::kNone, in TEST_F()1509 ProfileSampleAnnotation::kNone, in TEST_F()1537 ProfileSampleAnnotation psa1("test1"); in TEST_F()1538 ProfileSampleAnnotation psa2("test2"); in TEST_F()1579 ProfileSampleAnnotation not_existing("A"); in TEST_F()1604 ProfileSampleAnnotation psa1("test1"); in TEST_F()1605 ProfileSampleAnnotation psa2("test2"); in TEST_F()1639 EXPECT_FALSE(info.ContainsClass(*dex1, dex::TypeIndex(0), ProfileSampleAnnotation("new_test"))); in TEST_F()[all …]
88 const ProfileCompilationInfo::ProfileSampleAnnotation89 ProfileCompilationInfo::ProfileSampleAnnotation::kNone =90 ProfileCompilationInfo::ProfileSampleAnnotation("");622 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey()624 return annotation == ProfileSampleAnnotation::kNone in GetProfileDexFileAugmentedKey()671 ProfileCompilationInfo::ProfileSampleAnnotation ProfileCompilationInfo::GetAnnotationFromKey( in GetAnnotationFromKey()675 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()676 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()681 const ProfileSampleAnnotation& annotation, in AddMethods()733 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()
325 const ProfileCompilationInfo::ProfileSampleAnnotation& annotation) in GetClassesAndMethodsHelper()411 const ProfileCompilationInfo::ProfileSampleAnnotation annotation_;1242 ProfileCompilationInfo::ProfileSampleAnnotation ProfileSaver::GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()1254 ? ProfileCompilationInfo::ProfileSampleAnnotation(package_name) in GetProfileSampleAnnotation()1255 : ProfileCompilationInfo::ProfileSampleAnnotation::kNone; in GetProfileSampleAnnotation()
114 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation();
148 ProfileCompilationInfo::ProfileSampleAnnotation::kNone, in SaveProfilingInfoWithFakeInlineCaches()
70 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; typedef1338 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()1339 ? ProfileSampleAnnotation::kNone in ProcessLine()1340 : ProfileSampleAnnotation(std::string(annotation_string)); in ProcessLine()
2247 ProfileCompilationInfo::ProfileSampleAnnotation psa1("package1"); in TEST_F()2248 ProfileCompilationInfo::ProfileSampleAnnotation psa2("package2"); in TEST_F()