Lines Matching refs:reference_profile_fd

196       int reference_profile_fd,  in ProcessProfiles()  argument
204 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile_fd)); in ProcessProfiles()
367 int reference_profile_fd = GetFd(reference_profile); in CheckCompilationMethodPercentChange() local
383 return ProcessProfiles(profile_fds, reference_profile_fd); in CheckCompilationMethodPercentChange()
392 int reference_profile_fd = GetFd(reference_profile); in CheckCompilationClassPercentChange() local
398 return ProcessProfiles(profile_fds, reference_profile_fd); in CheckCompilationClassPercentChange()
419 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
429 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
433 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
452 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
460 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
464 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
482 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
500 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
505 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
526 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
536 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
601 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
613 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
629 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
643 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
1113 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1132 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
1137 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
1276 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1318 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
1412 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1432 int return_code = ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in TEST_F()
1456 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1464 int return_code = ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in TEST_F()
1482 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1518 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
1535 int reference_profile_fd = GetFd(profile2); in TEST_F() local
1536 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd), in TEST_F()
1541 reference_profile_fd = GetFd(profile1); in TEST_F()
1544 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd), in TEST_F()
1565 int reference_profile_fd = GetFd(profile2); in TEST_F() local
1569 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd, extra_args), in TEST_F()
1574 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
1578 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd, extra_args), in TEST_F()