Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h573 static bool GenerateTestProfile(int fd,
581 static bool GenerateTestProfile(int fd,
Dprofile_compilation_info.cc2131 bool ProfileCompilationInfo::GenerateTestProfile(int fd, in GenerateTestProfile() function in art::ProfileCompilationInfo
2184 bool ProfileCompilationInfo::GenerateTestProfile( in GenerateTestProfile() function in art::ProfileCompilationInfo
/art/profman/
Dprofman.cc1799 int GenerateTestProfile() { in GenerateTestProfile() function in art::ProfMan
1829 result = ProfileCompilationInfo::GenerateTestProfile(profile_test_fd, in GenerateTestProfile()
1839 result = ProfileCompilationInfo::GenerateTestProfile(profile_test_fd, in GenerateTestProfile()
1964 return profman.GenerateTestProfile(); in profman()
Dprofile_assistant_test.cc187 bool GenerateTestProfile(const std::string& filename) { in GenerateTestProfile() function in art::ProfileAssistantTest
789 GenerateTestProfile(profile.GetFilename()); in TEST_F()