Home
last modified time | relevance | path

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

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