Searched refs:ProcessProfiles (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/profman/ |
H A D | profile_assistant.h | 104 static ProcessingResult ProcessProfiles( 111 static ProcessingResult ProcessProfiles(
|
H A D | profile_assistant_test.cc | 170 int ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistantTest 490 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F() 531 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F() 570 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F() 604 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F() 641 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F() 748 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F() 780 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F() 1529 ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F() 2013 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd), in TEST_F() [all …]
|
H A D | profile_assistant.cc | 147 ProfileAssistant::ProcessingResult ProfileAssistant::ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistant 178 ProfileAssistant::ProcessingResult ProfileAssistant::ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistant
|
H A D | profman.cc | 504 ProfileAssistant::ProcessingResult ProcessProfiles() { in ProcessProfiles() function in art::ProfMan 545 result = ProfileAssistant::ProcessProfiles(profile_files_fd_, in ProcessProfiles() 551 result = ProfileAssistant::ProcessProfiles(profile_files_, in ProcessProfiles() 1990 return profman.ProcessProfiles(); in profman()
|