Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant.h82 static ProcessingResult ProcessProfiles(
89 static ProcessingResult ProcessProfiles(
Dprofile_assistant.cc156 ProfileAssistant::ProcessingResult ProfileAssistant::ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistant
187 ProfileAssistant::ProcessingResult ProfileAssistant::ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistant
Dprofile_assistant_test.cc194 int ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistantTest
383 return ProcessProfiles(profile_fds, reference_profile_fd); in CheckCompilationMethodPercentChange()
398 return ProcessProfiles(profile_fds, reference_profile_fd); in CheckCompilationClassPercentChange()
429 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
460 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
500 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
536 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
613 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
643 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
1132 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()
[all …]
Dprofman.cc449 ProfileAssistant::ProcessingResult ProcessProfiles() { in ProcessProfiles() function in art::ProfMan
490 result = ProfileAssistant::ProcessProfiles(profile_files_fd_, in ProcessProfiles()
496 result = ProfileAssistant::ProcessProfiles(profile_files_, in ProcessProfiles()
1561 return profman.ProcessProfiles(); in profman()