Searched refs:ProfileCompilationInfoTest (Results 1 – 3 of 3) sorted by relevance
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 37 class ProfileCompilationInfoTest : public CommonArtTest, public ProfileTestHelper { class 247 TEST_F(ProfileCompilationInfoTest, AddClasses) { in TEST_F() argument 280 TEST_F(ProfileCompilationInfoTest, SaveFd) { in TEST_F() argument 313 TEST_F(ProfileCompilationInfoTest, AddMethodsAndClassesFail) { in TEST_F() argument 322 TEST_F(ProfileCompilationInfoTest, MergeFail) { in TEST_F() argument 335 TEST_F(ProfileCompilationInfoTest, MergeFdFail) { in TEST_F() argument 350 TEST_F(ProfileCompilationInfoTest, SaveMaxMethods) { in TEST_F() argument 380 TEST_F(ProfileCompilationInfoTest, SaveEmpty) { in TEST_F() argument 393 TEST_F(ProfileCompilationInfoTest, LoadEmpty) { in TEST_F() argument 403 TEST_F(ProfileCompilationInfoTest, BadMagic) { in TEST_F() argument [all …]
|
D | profile_compilation_info.h | 952 friend class ProfileCompilationInfoTest; variable
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 40 class ProfileCompilationInfoTest : public CommonRuntimeTest { class 171 TEST_F(ProfileCompilationInfoTest, SaveArtMethods) { in TEST_F() argument 228 TEST_F(ProfileCompilationInfoTest, SaveArtMethodsWithInlineCaches) { in TEST_F() argument
|