Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant.h101 static ProfmanResult::ProcessingResult ProcessProfiles(
108 static ProfmanResult::ProcessingResult ProcessProfiles(
Dprofile_assistant_test.cc172 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()
[all …]
Dprofile_assistant.cc158 ProfmanResult::ProcessingResult ProfileAssistant::ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistant
189 ProfmanResult::ProcessingResult ProfileAssistant::ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistant
Dprofman.cc514 ProfmanResult::ProcessingResult ProcessProfiles() { in ProcessProfiles() function in art::ProfMan
554 result = ProfileAssistant::ProcessProfiles(profile_files_fd_, in ProcessProfiles()
560 result = ProfileAssistant::ProcessProfiles(profile_files_, in ProcessProfiles()
2036 return profman.ProcessProfiles(); in profman()