Lines Matching refs:profile2
427 ScratchFile profile2; in TEST_F() local
432 GetFd(profile2)}); in TEST_F()
439 SetupProfile("p2", 2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
456 CheckProfileInfo(profile2, info2); in TEST_F()
490 ScratchFile profile2; in TEST_F() local
495 GetFd(profile2)}); in TEST_F()
503 SetupProfile("p2", 2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
529 CheckProfileInfo(profile2, info2); in TEST_F()
534 ScratchFile profile2; in TEST_F() local
539 GetFd(profile2)}); in TEST_F()
546 SetupProfile("p2", 2, kNumberOfMethodsToSkipCompilation, 0, profile2, &info2); in TEST_F()
559 ASSERT_TRUE(profile2.GetFile()->ResetOffset()); in TEST_F()
560 ASSERT_TRUE(file_info2.Load(GetFd(profile2))); in TEST_F()
568 CheckProfileInfo(profile2, info2); in TEST_F()
609 ScratchFile profile2; in TEST_F() local
614 GetFd(profile2)}); in TEST_F()
622 SetupProfile("p1", 2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
630 CheckProfileInfo(profile2, info2); in TEST_F()
1163 ScratchFile profile2; in TEST_F() local
1168 GetFd(profile2)}); in TEST_F()
1183 kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
1202 argv_str.push_back("--profile-file-fd=" + std::to_string(profile2.GetFd())); in TEST_F()
1217 ASSERT_TRUE(profile2.GetFile()->ResetOffset()); in TEST_F()
1237 info2_filter.Load(profile2.GetFd(), /*merge_classes=*/ true, filter_fn); in TEST_F()
1305 ScratchFile profile2; in TEST_F() local
1324 kNumberOfMethodsToEnableCompilation, kNumberOfClasses, profile2, &info2); in TEST_F()
1330 argv_str.push_back("--profile-file-fd=" + std::to_string(profile2.GetFd())); in TEST_F()