Lines Matching refs:reference_profile_fd

172       int reference_profile_fd,  in ProcessProfiles()  argument
180 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile_fd)); in ProcessProfiles()
421 int reference_profile_fd = GetFd(reference_profile); in CheckCompilationMethodPercentChange() local
437 return ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in CheckCompilationMethodPercentChange()
454 int reference_profile_fd = GetFd(reference_profile); in CheckCompilationClassPercentChange() local
460 return ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in CheckCompilationClassPercentChange()
480 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
490 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
493 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
524 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
531 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
534 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
552 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
570 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
574 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
595 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
604 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
631 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
641 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
736 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
748 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
764 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
780 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
1510 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1529 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
1533 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
1754 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1795 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
1881 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1901 int return_code = ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in TEST_F()
1935 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1943 int return_code = ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in TEST_F()
1960 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1994 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
2009 int reference_profile_fd = GetFd(profile2); in TEST_F() local
2011 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd, boot_image_args), in TEST_F()
2013 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd), in TEST_F()
2018 reference_profile_fd = GetFd(profile1); in TEST_F()
2019 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd, boot_image_args), in TEST_F()
2021 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd), in TEST_F()
2040 int reference_profile_fd = GetFd(profile2); in TEST_F() local
2044 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd, extra_args), in TEST_F()
2048 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
2053 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd, extra_args2), in TEST_F()