Home
last modified time | relevance | path

Searched refs:ProfileSampleAnnotation (Results 1 – 10 of 10) 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) {
62 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
72 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
82 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) 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 …]
Dprofile_compilation_info_test.cc71 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 …]
Dprofile_compilation_info.cc87 const ProfileCompilationInfo::ProfileSampleAnnotation
88 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 …]
/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.cc334 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()
Dprofiling_info_test.cc149 ProfileCompilationInfo::ProfileSampleAnnotation::kNone, in SaveProfilingInfoWithFakeInlineCaches()
/art/profman/
Dprofman.cc69 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; typedef
1408 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()
1409 ? ProfileSampleAnnotation::kNone in ProcessLine()
1410 : ProfileSampleAnnotation(std::string(annotation_string)); in ProcessLine()
Dprofile_assistant_test.cc2247 ProfileCompilationInfo::ProfileSampleAnnotation psa1("package1"); in TEST_F()
2248 ProfileCompilationInfo::ProfileSampleAnnotation psa2("package2"); in TEST_F()