• Home
  • Raw
  • Download

Lines Matching refs:reference_profile_fd

212   int ProcessProfiles(const std::vector<int>& profiles_fd, int reference_profile_fd) {  in ProcessProfiles()  argument
219 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile_fd)); in ProcessProfiles()
382 int reference_profile_fd = GetFd(reference_profile); in CheckCompilationMethodPercentChange() local
399 return ProcessProfiles(profile_fds, reference_profile_fd); in CheckCompilationMethodPercentChange()
408 int reference_profile_fd = GetFd(reference_profile); in CheckCompilationClassPercentChange() local
414 return ProcessProfiles(profile_fds, reference_profile_fd); in CheckCompilationClassPercentChange()
433 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
443 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
447 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
466 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
474 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
478 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
496 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
514 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
519 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
540 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
550 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
615 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
626 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
642 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
655 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
1002 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1021 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
1026 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
1169 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local
1213 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()