Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h307 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
347 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
363 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
366 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
371 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
384 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
417 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
499 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
507 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
550 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
[all …]
H A 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) {
H A Dprofile_compilation_info_test.cc65 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in GetMethod()
1463 ProfileSampleAnnotation psa1("test1"); in TEST_F()
1464 ProfileSampleAnnotation psa2("test2"); in TEST_F()
1530 ProfileSampleAnnotation psa1("test1"); in TEST_F()
1531 ProfileSampleAnnotation psa2("test2"); in TEST_F()
1589 ProfileSampleAnnotation psa1("test1"); in TEST_F()
1590 ProfileSampleAnnotation psa2("test2"); in TEST_F()
1632 ProfileSampleAnnotation psa1(ProfileSampleAnnotation::kNone); in TEST_F()
1705 ProfileSampleAnnotation psa1("test1"); in TEST_F()
1706 ProfileSampleAnnotation psa2("test2"); in TEST_F()
[all …]
H A 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()
657 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()
1183 const ProfileSampleAnnotation& annotation) const { in FindDexDataUsingAnnotations()
1184 if (annotation == ProfileSampleAnnotation::kNone) { in FindDexDataUsingAnnotations()
1941 const ProfileSampleAnnotation& annotation) const { in GetMethodHotness()
2082 const ProfileSampleAnnotation& annotation) const { in GetClassesAndMethods()
[all …]
/aosp12/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.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()
H A Dprofile_saver.h113 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation();
/aosp12/art/profman/
H A 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()
H A Dprofile_assistant_test.cc1968 ProfileCompilationInfo::ProfileSampleAnnotation psa1("package1"); in TEST_F()
1969 ProfileCompilationInfo::ProfileSampleAnnotation psa2("package2"); in TEST_F()