Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h303 class ProfileSampleAnnotation {
305 explicit ProfileSampleAnnotation(const std::string& package_name) : in ProfileSampleAnnotation() function
310 bool operator==(const ProfileSampleAnnotation& other) const;
312 bool operator<(const ProfileSampleAnnotation& other) const {
318 static const ProfileSampleAnnotation kNone;
339 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
350 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
364 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
376 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
453 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
[all …]
Dprofile_compilation_info_test.cc36 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()
[all …]
Dprofile_compilation_info.cc74 const ProfileCompilationInfo::ProfileSampleAnnotation
75 ProfileCompilationInfo::ProfileSampleAnnotation::kNone =
76 ProfileCompilationInfo::ProfileSampleAnnotation("");
163 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey()
165 return annotation == ProfileSampleAnnotation::kNone in GetProfileDexFileAugmentedKey()
200 ProfileCompilationInfo::ProfileSampleAnnotation ProfileCompilationInfo::GetAnnotationFromKey( in GetAnnotationFromKey()
204 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()
205 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()
210 const ProfileSampleAnnotation& annotation) { in AddMethods()
682 const ProfileSampleAnnotation& annotation) const { in FindDexDataUsingAnnotations()
[all …]
/art/runtime/jit/
Dprofile_saver_test.cc58 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()
80 ASSERT_EQ(ProfileCompilationInfo::ProfileSampleAnnotation::kNone, in TEST_F()
85 ProfileCompilationInfo::ProfileSampleAnnotation expected("unknown"); in TEST_F()
91 ProfileCompilationInfo::ProfileSampleAnnotation expected("test.package"); in TEST_F()
Dprofile_saver.h107 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation();
Dprofile_saver.cc975 ProfileCompilationInfo::ProfileSampleAnnotation ProfileSaver::GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()
987 ? ProfileCompilationInfo::ProfileSampleAnnotation(package_name) in GetProfileSampleAnnotation()
988 : ProfileCompilationInfo::ProfileSampleAnnotation::kNone; in GetProfileSampleAnnotation()
/art/profman/
Dprofman.cc61 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; typedef
1059 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()
1060 ? ProfileSampleAnnotation::kNone in ProcessLine()
1061 : ProfileSampleAnnotation(annotation_string); in ProcessLine()
Dprofile_assistant_test.cc71 const ProfileCompilationInfo::ProfileSampleAnnotation& annotation in AddMethod()
72 = ProfileCompilationInfo::ProfileSampleAnnotation::kNone) { in AddMethod()
1490 ProfileCompilationInfo::ProfileSampleAnnotation psa1("package1"); in TEST_F()
1491 ProfileCompilationInfo::ProfileSampleAnnotation psa2("package2"); in TEST_F()