Lines Matching refs:ProfileCompilationInfoTest
36 class ProfileCompilationInfoTest : public CommonArtTest { class
204 TEST_F(ProfileCompilationInfoTest, SaveFd) { in TEST_F() argument
239 TEST_F(ProfileCompilationInfoTest, AddMethodsAndClassesFail) { in TEST_F() argument
248 TEST_F(ProfileCompilationInfoTest, MergeFail) { in TEST_F() argument
261 TEST_F(ProfileCompilationInfoTest, MergeFdFail) { in TEST_F() argument
277 TEST_F(ProfileCompilationInfoTest, SaveMaxMethods) { in TEST_F() argument
302 TEST_F(ProfileCompilationInfoTest, SaveEmpty) { in TEST_F() argument
316 TEST_F(ProfileCompilationInfoTest, LoadEmpty) { in TEST_F() argument
327 TEST_F(ProfileCompilationInfoTest, BadMagic) { in TEST_F() argument
336 TEST_F(ProfileCompilationInfoTest, BadVersion) { in TEST_F() argument
350 TEST_F(ProfileCompilationInfoTest, Incomplete) { in TEST_F() argument
366 TEST_F(ProfileCompilationInfoTest, TooLongDexLocation) { in TEST_F() argument
387 TEST_F(ProfileCompilationInfoTest, UnexpectedContent) { in TEST_F() argument
408 TEST_F(ProfileCompilationInfoTest, SaveInlineCaches) { in TEST_F() argument
443 TEST_F(ProfileCompilationInfoTest, MegamorphicInlineCaches) { in TEST_F() argument
486 TEST_F(ProfileCompilationInfoTest, MissingTypesInlineCaches) { in TEST_F() argument
536 TEST_F(ProfileCompilationInfoTest, InvalidChecksumInInlineCache) { in TEST_F() argument
551 TEST_F(ProfileCompilationInfoTest, MergeInlineCacheTriggerReindex) { in TEST_F() argument
610 TEST_F(ProfileCompilationInfoTest, AddMoreDexFileThanLimit) { in TEST_F() argument
622 TEST_F(ProfileCompilationInfoTest, MegamorphicInlineCachesMerge) { in TEST_F() argument
652 TEST_F(ProfileCompilationInfoTest, MissingTypesInlineCachesMerge) { in TEST_F() argument
682 TEST_F(ProfileCompilationInfoTest, SampledMethodsTest) { in TEST_F() argument
766 TEST_F(ProfileCompilationInfoTest, LoadFromZipCompress) { in TEST_F() argument
772 TEST_F(ProfileCompilationInfoTest, LoadFromZipUnCompress) { in TEST_F() argument
778 TEST_F(ProfileCompilationInfoTest, LoadFromZipUnAligned) { in TEST_F() argument
784 TEST_F(ProfileCompilationInfoTest, LoadFromZipFailBadZipEntry) { in TEST_F() argument
791 TEST_F(ProfileCompilationInfoTest, LoadFromZipFailBadProfile) { in TEST_F() argument
825 TEST_F(ProfileCompilationInfoTest, UpdateProfileKeyOk) { in TEST_F() argument
853 TEST_F(ProfileCompilationInfoTest, UpdateProfileKeyOkButNoUpdate) { in TEST_F() argument
880 TEST_F(ProfileCompilationInfoTest, UpdateProfileKeyFail) { in TEST_F() argument
910 TEST_F(ProfileCompilationInfoTest, FilteredLoading) { in TEST_F() argument
1004 TEST_F(ProfileCompilationInfoTest, FilteredLoadingRemoveAll) { in TEST_F() argument
1035 TEST_F(ProfileCompilationInfoTest, FilteredLoadingKeepAll) { in TEST_F() argument
1081 TEST_F(ProfileCompilationInfoTest, FilteredLoadingWithClasses) { in TEST_F() argument
1116 TEST_F(ProfileCompilationInfoTest, ClearData) { in TEST_F() argument
1126 TEST_F(ProfileCompilationInfoTest, ClearDataAndSave) { in TEST_F() argument
1144 TEST_F(ProfileCompilationInfoTest, PrepareForAggregationCounters) { in TEST_F() argument
1163 TEST_F(ProfileCompilationInfoTest, MergeWithAggregationCounters) { in TEST_F() argument
1215 TEST_F(ProfileCompilationInfoTest, SaveAndLoadAggregationCounters) { in TEST_F() argument
1274 TEST_F(ProfileCompilationInfoTest, MergeTwoWithAggregationCounters) { in TEST_F() argument