Home
last modified time | relevance | path

Searched refs:LoadProfile (Results 1 – 2 of 2) sorted by relevance

/art/profman/
Dprofman.cc515 std::unique_ptr<const ProfileCompilationInfo> LoadProfile(const std::string& filename, int fd) { in LoadProfile() function in art::ProfMan
541 std::unique_ptr<const ProfileCompilationInfo> info(LoadProfile(filename, fd)); in DumpOneProfile()
1161 std::unique_ptr<const ProfileCompilationInfo> profile(LoadProfile("", profile_file_fd)); in CreateBootProfile()
1170 … std::unique_ptr<const ProfileCompilationInfo> profile(LoadProfile(profile_file, kInvalidFd)); in CreateBootProfile()
/art/dex2oat/
Ddex2oat.cc2273 bool LoadProfile() { in LoadProfile() function in art::Dex2Oat
2968 if (!dex2oat->LoadProfile()) { in Dex2oat()