Searched refs:ProcessProfiles (Results 1 – 4 of 4) sorted by relevance
/art/profman/ |
D | profile_assistant.h | 101 static ProfmanResult::ProcessingResult ProcessProfiles( 108 static ProfmanResult::ProcessingResult ProcessProfiles(
|
D | profile_assistant_test.cc | 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() [all …]
|
D | profile_assistant.cc | 158 ProfmanResult::ProcessingResult ProfileAssistant::ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistant 189 ProfmanResult::ProcessingResult ProfileAssistant::ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistant
|
D | profman.cc | 514 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()
|