Home
last modified time | relevance | path

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

/aosp_15_r20/art/libprofile/profile/
H A 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 …]
H A 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) {
H A 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 …]
H A Dprofile_compilation_info.cc88 const ProfileCompilationInfo::ProfileSampleAnnotation
89 ProfileCompilationInfo::ProfileSampleAnnotation::kNone =
90 ProfileCompilationInfo::ProfileSampleAnnotation("");
622 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey()
624 return annotation == ProfileSampleAnnotation::kNone in GetProfileDexFileAugmentedKey()
671 ProfileCompilationInfo::ProfileSampleAnnotation ProfileCompilationInfo::GetAnnotationFromKey( in GetAnnotationFromKey()
675 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()
676 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()
681 const ProfileSampleAnnotation& annotation, in AddMethods()
733 const ProfileSampleAnnotation& annotation) { in AddClass()
[all …]
/aosp_15_r20/art/runtime/jit/
H A 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()
H A Dprofile_saver.cc325 const ProfileCompilationInfo::ProfileSampleAnnotation& annotation) in GetClassesAndMethodsHelper()
411 const ProfileCompilationInfo::ProfileSampleAnnotation annotation_;
1242 ProfileCompilationInfo::ProfileSampleAnnotation ProfileSaver::GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()
1254 ? ProfileCompilationInfo::ProfileSampleAnnotation(package_name) in GetProfileSampleAnnotation()
1255 : ProfileCompilationInfo::ProfileSampleAnnotation::kNone; in GetProfileSampleAnnotation()
H A Dprofile_saver.h114 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation();
H A Dprofiling_info_test.cc148 ProfileCompilationInfo::ProfileSampleAnnotation::kNone, in SaveProfilingInfoWithFakeInlineCaches()
/aosp_15_r20/art/profman/
H A Dprofman.cc70 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; typedef
1338 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()
1339 ? ProfileSampleAnnotation::kNone in ProcessLine()
1340 : ProfileSampleAnnotation(std::string(annotation_string)); in ProcessLine()
H A Dprofile_assistant_test.cc2247 ProfileCompilationInfo::ProfileSampleAnnotation psa1("package1"); in TEST_F()
2248 ProfileCompilationInfo::ProfileSampleAnnotation psa2("package2"); in TEST_F()