Home
last modified time | relevance | path

Searched refs:reference_profile_fd (Results 1 – 1 of 1) sorted by relevance

/art/profman/
Dprofile_assistant_test.cc172 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
[all …]