Searched refs:reference_profile_fd (Results 1 – 1 of 1) sorted by relevance
212 int ProcessProfiles(const std::vector<int>& profiles_fd, int reference_profile_fd) { in ProcessProfiles() argument219 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() local399 return ProcessProfiles(profile_fds, reference_profile_fd); in CheckCompilationMethodPercentChange()408 int reference_profile_fd = GetFd(reference_profile); in CheckCompilationClassPercentChange() local414 return ProcessProfiles(profile_fds, reference_profile_fd); in CheckCompilationClassPercentChange()433 int reference_profile_fd = GetFd(reference_profile); in TEST_F() local443 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[all …]