Lines Matching refs:reference_profile
380 ScratchFile reference_profile; in CheckCompilationMethodPercentChange() local
382 int reference_profile_fd = GetFd(reference_profile); in CheckCompilationMethodPercentChange()
398 reference_profile, &info2); in CheckCompilationMethodPercentChange()
405 ScratchFile reference_profile; in CheckCompilationClassPercentChange() local
408 int reference_profile_fd = GetFd(reference_profile); in CheckCompilationClassPercentChange()
413 SetupProfile("p1", 1, 0, classes_in_ref_profile, reference_profile, &info2); in CheckCompilationClassPercentChange()
428 ScratchFile reference_profile; in TEST_F() local
433 int reference_profile_fd = GetFd(reference_profile); in TEST_F()
446 ASSERT_TRUE(reference_profile.GetFile()->ResetOffset()); in TEST_F()
462 ScratchFile reference_profile; in TEST_F() local
466 int reference_profile_fd = GetFd(reference_profile); in TEST_F()
477 ASSERT_TRUE(reference_profile.GetFile()->ResetOffset()); in TEST_F()
491 ScratchFile reference_profile; in TEST_F() local
496 int reference_profile_fd = GetFd(reference_profile); in TEST_F()
509 SetupProfile("p1", 1, kNumberOfMethodsAlreadyCompiled, 0, reference_profile, in TEST_F()
518 ASSERT_TRUE(reference_profile.GetFile()->ResetOffset()); in TEST_F()
535 ScratchFile reference_profile; in TEST_F() local
540 int reference_profile_fd = GetFd(reference_profile); in TEST_F()
564 ASSERT_EQ(0, reference_profile.GetFile()->GetLength()); in TEST_F()
610 ScratchFile reference_profile; in TEST_F() local
615 int reference_profile_fd = GetFd(reference_profile); in TEST_F()
633 ASSERT_EQ(0, reference_profile.GetFile()->GetLength()); in TEST_F()
638 ScratchFile reference_profile; in TEST_F() local
642 int reference_profile_fd = GetFd(reference_profile); in TEST_F()
649 SetupProfile("p1", 2, kNumberOfMethodsToEnableCompilation, 0, reference_profile, &reference_info); in TEST_F()
653 ASSERT_TRUE(reference_profile.GetFile()->ResetOffset()); in TEST_F()
999 ScratchFile reference_profile; in TEST_F() local
1002 int reference_profile_fd = GetFd(reference_profile); in TEST_F()
1016 SetupProfile("p1", 1, kNumberOfMethodsAlreadyCompiled, 0, reference_profile, in TEST_F()
1025 ASSERT_TRUE(reference_profile.GetFile()->ResetOffset()); in TEST_F()
1164 ScratchFile reference_profile; in TEST_F() local
1169 int reference_profile_fd = GetFd(reference_profile); in TEST_F()
1190 kNumberOfMethodsAlreadyCompiled, 0, reference_profile, in TEST_F()
1203 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd())); in TEST_F()
1212 ASSERT_TRUE(reference_profile.GetFile()->ResetOffset()); in TEST_F()
1218 ASSERT_TRUE(reference_profile.GetFile()->ResetOffset()); in TEST_F()
1238 expected.Load(reference_profile.GetFd(), /*merge_classes=*/ true, filter_fn); in TEST_F()
1248 ScratchFile reference_profile; in TEST_F() local
1280 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd())); in TEST_F()
1289 ASSERT_TRUE(reference_profile.GetFile()->ResetOffset()); in TEST_F()
1290 ASSERT_TRUE(result.Load(reference_profile.GetFd())); in TEST_F()
1306 ScratchFile reference_profile; in TEST_F() local
1331 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd())); in TEST_F()
1341 ASSERT_TRUE(reference_profile.GetFile()->ResetOffset()); in TEST_F()
1342 ASSERT_TRUE(result.Load(reference_profile.GetFd())); in TEST_F()