Lines Matching refs:ProfileSampleAnnotation

36 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation;  typedef
76 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()
1545 EXPECT_FALSE(info.ContainsClass(*dex1, dex::TypeIndex(0), ProfileSampleAnnotation("new_test"))); in TEST_F()
1570 ProfileSampleAnnotation psa1("test1"); in TEST_F()
1571 ProfileSampleAnnotation psa2("test2"); in TEST_F()
1612 ProfileSampleAnnotation psa1("test1"); in TEST_F()
1613 ProfileSampleAnnotation psa2("test2"); in TEST_F()
1650 ProfileSampleAnnotation("new_test"))); in TEST_F()
1657 ProfileSampleAnnotation psa1("test1"); in TEST_F()
1658 ProfileSampleAnnotation psa2("test2"); in TEST_F()
1674 ProfileSampleAnnotation psa1("test1"); in TEST_F()
1723 ProfileSampleAnnotation psa1("test1"); in TEST_F()
1724 ProfileSampleAnnotation psa2("test2"); in TEST_F()
1754 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F()
1755 std::list<ProfileSampleAnnotation> expectedAnnotations2({psa2}); in TEST_F()
1787 ProfileSampleAnnotation psa1("test1"); in TEST_F()
1788 ProfileSampleAnnotation psa2("test2"); in TEST_F()
1820 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F()
1821 std::list<ProfileSampleAnnotation> expectedAnnotations2({psa2}); in TEST_F()