Home
last modified time | relevance | path

Searched refs:ProfileSampleAnnotation (Results 1 – 9 of 9) sorted by relevance

/art/libprofile/profile/
Dprofile_test_helper.h34 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; variable
41 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) {
Dprofile_compilation_info.h263 class ProfileSampleAnnotation {
265 explicit ProfileSampleAnnotation(const std::string& package_name) : in ProfileSampleAnnotation() function
270 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 …]
Dprofile_compilation_info_test.cc65 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 …]
Dprofile_compilation_info.cc74 const ProfileCompilationInfo::ProfileSampleAnnotation
75 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 …]
/art/runtime/jit/
Dprofile_saver_test.cc54 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()
Dprofile_saver.h113 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation();
Dprofile_saver.cc335 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()
/art/profman/
Dprofman.cc70 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; typedef
1361 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()
1362 ? ProfileSampleAnnotation::kNone in ProcessLine()
1363 : ProfileSampleAnnotation(std::string(annotation_string)); in ProcessLine()
Dprofile_assistant_test.cc1968 ProfileCompilationInfo::ProfileSampleAnnotation psa1("package1"); in TEST_F()
1969 ProfileCompilationInfo::ProfileSampleAnnotation psa2("package2"); in TEST_F()