Searched refs:ProfileSampleAnnotation (Results 1 – 10 of 10) sorted by relevance
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) {
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 …]
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 …]
87 const ProfileCompilationInfo::ProfileSampleAnnotation88 ProfileCompilationInfo::ProfileSampleAnnotation::kNone =89 ProfileCompilationInfo::ProfileSampleAnnotation("");621 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey()623 return annotation == ProfileSampleAnnotation::kNone in GetProfileDexFileAugmentedKey()670 ProfileCompilationInfo::ProfileSampleAnnotation ProfileCompilationInfo::GetAnnotationFromKey( in GetAnnotationFromKey()674 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()675 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()680 const ProfileSampleAnnotation& annotation, in AddMethods()732 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();
334 const ProfileCompilationInfo::ProfileSampleAnnotation& annotation) in GetClassesAndMethodsHelper()420 const ProfileCompilationInfo::ProfileSampleAnnotation annotation_;1251 ProfileCompilationInfo::ProfileSampleAnnotation ProfileSaver::GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()1263 ? ProfileCompilationInfo::ProfileSampleAnnotation(package_name) in GetProfileSampleAnnotation()1264 : ProfileCompilationInfo::ProfileSampleAnnotation::kNone; in GetProfileSampleAnnotation()
149 ProfileCompilationInfo::ProfileSampleAnnotation::kNone, in SaveProfilingInfoWithFakeInlineCaches()
69 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; typedef1408 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()1409 ? ProfileSampleAnnotation::kNone in ProcessLine()1410 : ProfileSampleAnnotation(std::string(annotation_string)); in ProcessLine()
2247 ProfileCompilationInfo::ProfileSampleAnnotation psa1("package1"); in TEST_F()2248 ProfileCompilationInfo::ProfileSampleAnnotation psa2("package2"); in TEST_F()