Home
last modified time | relevance | path

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

/art/runtime/jit/
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()
Dprofile_saver.h113 ProfileCompilationInfo::ProfileSampleAnnotation GetProfileSampleAnnotation();
Dprofile_saver.cc783 GetClassesAndMethodsHelper helper(startup, options_, GetProfileSampleAnnotation()); in FetchAndCacheResolvedClassesAndMethods()
888 GetProfileSampleAnnotation())) { in ProcessProfilingInfo()
1284 ProfileCompilationInfo::ProfileSampleAnnotation ProfileSaver::GetProfileSampleAnnotation() { in GetProfileSampleAnnotation() function in art::ProfileSaver