Home
last modified time | relevance | path

Searched refs:ProfileCompilationInfoTest (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info_test.cc42 class ProfileCompilationInfoTest : public CommonRuntimeTest { class
338 TEST_F(ProfileCompilationInfoTest, SaveArtMethods) { in TEST_F() argument
393 TEST_F(ProfileCompilationInfoTest, SaveFd) { in TEST_F() argument
428 TEST_F(ProfileCompilationInfoTest, AddMethodsAndClassesFail) { in TEST_F() argument
437 TEST_F(ProfileCompilationInfoTest, MergeFail) { in TEST_F() argument
450 TEST_F(ProfileCompilationInfoTest, MergeFdFail) { in TEST_F() argument
466 TEST_F(ProfileCompilationInfoTest, SaveMaxMethods) { in TEST_F() argument
491 TEST_F(ProfileCompilationInfoTest, SaveEmpty) { in TEST_F() argument
505 TEST_F(ProfileCompilationInfoTest, LoadEmpty) { in TEST_F() argument
516 TEST_F(ProfileCompilationInfoTest, BadMagic) { in TEST_F() argument
[all …]
Dprofile_compilation_info.h793 friend class ProfileCompilationInfoTest; variable