Lines Matching refs:profile2

413   ScratchFile profile2;  in TEST_F()  local
418 GetFd(profile2)}); in TEST_F()
425 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
442 CheckProfileInfo(profile2, info2); in TEST_F()
476 ScratchFile profile2; in TEST_F() local
481 GetFd(profile2)}); in TEST_F()
489 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
515 CheckProfileInfo(profile2, info2); in TEST_F()
520 ScratchFile profile2; in TEST_F() local
525 GetFd(profile2)}); in TEST_F()
532 SetupProfile(dex3, dex4, kNumberOfMethodsToSkipCompilation, 0, profile2, &info2); in TEST_F()
545 ASSERT_TRUE(profile2.GetFile()->ResetOffset()); in TEST_F()
546 ASSERT_TRUE(file_info2.Load(GetFd(profile2))); in TEST_F()
554 CheckProfileInfo(profile2, info2); in TEST_F()
595 ScratchFile profile2; in TEST_F() local
600 GetFd(profile2)}); in TEST_F()
609 dex1_checksum_missmatch, dex2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
617 CheckProfileInfo(profile2, info2); in TEST_F()
923 ScratchFile profile2; in TEST_F() local
925 EXPECT_TRUE(CreateProfile(input_file_contents2, profile2.GetFilename(), core_dex)); in TEST_F()
930 boot_profile2.Load(profile2.GetFilename(), /*for_boot_image*/ true); in TEST_F()
944 args.push_back("--profile-file=" + profile2.GetFilename()); in TEST_F()
1270 ScratchFile profile2; in TEST_F() local
1275 GetFd(profile2)}); in TEST_F()
1288 SetupProfile(&d2, dex2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
1307 argv_str.push_back("--profile-file-fd=" + std::to_string(profile2.GetFd())); in TEST_F()
1322 ASSERT_TRUE(profile2.GetFile()->ResetOffset()); in TEST_F()
1342 info2_filter.Load(profile2.GetFd(), /*merge_classes=*/ true, filter_fn); in TEST_F()
1524 ScratchFile profile2; in TEST_F() local
1531 info2.Save(profile2.GetFd()); in TEST_F()
1532 profile2.GetFile()->ResetOffset(); in TEST_F()
1535 int reference_profile_fd = GetFd(profile2); in TEST_F()
1540 profile_fds[0] = GetFd(profile2); in TEST_F()
1543 profile2.GetFile()->ResetOffset(); in TEST_F()
1553 ScratchFile profile2; in TEST_F() local
1561 info2.Save(profile2.GetFd()); in TEST_F()
1562 profile2.GetFile()->ResetOffset(); in TEST_F()
1565 int reference_profile_fd = GetFd(profile2); in TEST_F()
1573 ASSERT_TRUE(profile2.GetFile()->ResetOffset()); in TEST_F()