Home
last modified time | relevance | path

Searched refs:GetProfileSampleAnnotation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/jit/
H A Dprofile_saver_test.cc54 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation() { in GetProfileSampleAnnotation() function in art::ProfileSaverTest
55 return profile_saver_->GetProfileSampleAnnotation(); in GetProfileSampleAnnotation()
75 TEST_F(ProfileSaverTest, GetProfileSampleAnnotation) { in TEST_F() argument
77 GetProfileSampleAnnotation()); in TEST_F()
82 ASSERT_EQ(expected, GetProfileSampleAnnotation()); in TEST_F()
85 TEST_F(ProfileSaverForBootTest, GetProfileSampleAnnotation) { in TEST_F() argument
88 ASSERT_EQ(expected, GetProfileSampleAnnotation()); in TEST_F()
H A Dprofile_saver.cc736 GetClassesAndMethodsHelper helper(startup, options_, GetProfileSampleAnnotation()); in FetchAndCacheResolvedClassesAndMethods()
853 GetProfileSampleAnnotation())) { in ProcessProfilingInfo()
1242 ProfileCompilationInfo::ProfileSampleAnnotation ProfileSaver::GetProfileSampleAnnotation() { in GetProfileSampleAnnotation() function in art::ProfileSaver
H A Dprofile_saver.h114 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation();