Searched refs:ProfileSampleAnnotation (Results 1 – 9 of 9) sorted by relevance
307 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {347 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {363 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);366 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {371 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {384 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {417 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {499 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;507 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;550 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;[all …]
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) {
65 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in GetMethod()1463 ProfileSampleAnnotation psa1("test1"); in TEST_F()1464 ProfileSampleAnnotation psa2("test2"); in TEST_F()1530 ProfileSampleAnnotation psa1("test1"); in TEST_F()1531 ProfileSampleAnnotation psa2("test2"); in TEST_F()1589 ProfileSampleAnnotation psa1("test1"); in TEST_F()1590 ProfileSampleAnnotation psa2("test2"); in TEST_F()1632 ProfileSampleAnnotation psa1(ProfileSampleAnnotation::kNone); in TEST_F()1705 ProfileSampleAnnotation psa1("test1"); in TEST_F()1706 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()657 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()1183 const ProfileSampleAnnotation& annotation) const { in FindDexDataUsingAnnotations()1184 if (annotation == ProfileSampleAnnotation::kNone) { in FindDexDataUsingAnnotations()1941 const ProfileSampleAnnotation& annotation) const { in GetMethodHotness()2082 const ProfileSampleAnnotation& annotation) const { in GetClassesAndMethods()[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()
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()
113 ProfileCompilationInfo::ProfileSampleAnnotation 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()