Lines Matching refs:ProcessProfiles

172   int ProcessProfiles(  in ProcessProfiles()  function in art::ProfileAssistantTest
440 return ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in CheckCompilationMethodPercentChange()
469 return ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in CheckCompilationClassPercentChange()
498 ASSERT_EQ(ProfmanResult::kCompile, ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
538 ASSERT_EQ(ProfmanResult::kCompile, ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
576 ASSERT_EQ(ProfmanResult::kCompile, ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
610 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
647 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
729 ASSERT_EQ(ProfmanResult::kErrorBadProfiles, ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
760 ASSERT_EQ(ProfmanResult::kErrorBadProfiles, ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
1508 ASSERT_EQ(ProfmanResult::kCompile, ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
2086 int return_code = ProcessProfiles({profile1.GetFd(), profile2.GetFd(), profile3.GetFd()}, in TEST_F()
2101 int return_code = ProcessProfiles({profile1.GetFd(), profile2.GetFd(), profile3.GetFd()}, in TEST_F()
2146 int return_code = ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in TEST_F()
2172 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F()
2198 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F()
2223 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F()
2291 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd, boot_image_args), in TEST_F()
2293 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd), ProfmanResult::kErrorBadProfiles); in TEST_F()
2298 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd, boot_image_args), in TEST_F()
2300 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd), in TEST_F()
2324 ProcessProfiles( in TEST_F()
2336 ProcessProfiles(profile_fds, reference_profile_fd, {"--force-merge", "--boot-image-merge"}), in TEST_F()
2346 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd, {"--boot-image-merge"}), in TEST_F()