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 253 TEST_F(ProfileCompilationInfoTest, AddClasses) { in TEST_F() argument 286 TEST_F(ProfileCompilationInfoTest, SaveFd) { in TEST_F() argument 319 TEST_F(ProfileCompilationInfoTest, AddMethodsAndClassesFail) { in TEST_F() argument 328 TEST_F(ProfileCompilationInfoTest, MergeFail) { in TEST_F() argument 341 TEST_F(ProfileCompilationInfoTest, MergeFdFail) { in TEST_F() argument 356 TEST_F(ProfileCompilationInfoTest, SaveMaxMethods) { in TEST_F() argument 392 TEST_F(ProfileCompilationInfoTest, SaveEmpty) { in TEST_F() argument 405 TEST_F(ProfileCompilationInfoTest, LoadEmpty) { in TEST_F() argument 415 TEST_F(ProfileCompilationInfoTest, BadMagic) { in TEST_F() argument [all …]
|
D | profile_compilation_info.h | 1060 friend class ProfileCompilationInfoTest; variable
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 42 class ProfileCompilationInfoTest : public CommonRuntimeTest { class 177 TEST_F(ProfileCompilationInfoTest, SaveArtMethods) { in TEST_F() argument 234 TEST_F(ProfileCompilationInfoTest, SaveArtMethodsWithInlineCaches) { in TEST_F() argument
|