• Home
  • Raw
  • Download

Lines Matching refs:profile1

426   ScratchFile profile1;  in TEST_F()  local
431 GetFd(profile1), in TEST_F()
437 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
455 CheckProfileInfo(profile1, info1); in TEST_F()
461 ScratchFile profile1; in TEST_F() local
465 GetFd(profile1)}); in TEST_F()
470 SetupProfile("p1", 1, 0, kNumberOfClassesToEnableCompilation, profile1, &info1); in TEST_F()
485 CheckProfileInfo(profile1, info1); in TEST_F()
489 ScratchFile profile1; in TEST_F() local
494 GetFd(profile1), in TEST_F()
501 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
528 CheckProfileInfo(profile1, info1); in TEST_F()
533 ScratchFile profile1; in TEST_F() local
538 GetFd(profile1), in TEST_F()
544 SetupProfile("p1", 1, kNumberOfMethodsToSkipCompilation, 0, profile1, &info1); in TEST_F()
554 ASSERT_TRUE(profile1.GetFile()->ResetOffset()); in TEST_F()
555 ASSERT_TRUE(file_info1.Load(GetFd(profile1))); in TEST_F()
567 CheckProfileInfo(profile1, info1); in TEST_F()
608 ScratchFile profile1; in TEST_F() local
613 GetFd(profile1), in TEST_F()
620 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
629 CheckProfileInfo(profile1, info1); in TEST_F()
637 ScratchFile profile1; in TEST_F() local
641 GetFd(profile1)}); in TEST_F()
647 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
652 ASSERT_TRUE(profile1.GetFile()->ResetOffset()); in TEST_F()
658 CheckProfileInfo(profile1, info1); in TEST_F()
998 ScratchFile profile1; in TEST_F() local
1001 std::vector<int> profile_fds({GetFd(profile1)}); in TEST_F()
1007 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1, in TEST_F()
1034 CheckProfileInfo(profile1, info1); in TEST_F()
1162 ScratchFile profile1; in TEST_F() local
1167 GetFd(profile1), in TEST_F()
1180 kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
1201 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd())); in TEST_F()
1216 ASSERT_TRUE(profile1.GetFile()->ResetOffset()); in TEST_F()
1236 info2_filter.Load(profile1.GetFd(), /*merge_classes=*/ true, filter_fn); in TEST_F()
1247 ScratchFile profile1; in TEST_F() local
1264 profile1, in TEST_F()
1279 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd())); in TEST_F()
1304 ScratchFile profile1; in TEST_F() local
1319 kNumberOfMethodsToEnableCompilation, kNumberOfClasses, profile1, &info1); in TEST_F()
1329 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd())); in TEST_F()