Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A Dprofile_assistant.h104 static ProcessingResult ProcessProfiles(
111 static ProcessingResult ProcessProfiles(
H A Dprofile_assistant_test.cc170 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 Dprofile_assistant.cc147 ProfileAssistant::ProcessingResult ProfileAssistant::ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistant
178 ProfileAssistant::ProcessingResult ProfileAssistant::ProcessProfiles( in ProcessProfiles() function in art::ProfileAssistant
H A Dprofman.cc504 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()