Searched refs:LoadProfile (Results 1 – 2 of 2) sorted by relevance
612 std::unique_ptr<const ProfileCompilationInfo> LoadProfile(const std::string& filename, int fd) { in LoadProfile() function in art::ProfMan638 std::unique_ptr<const ProfileCompilationInfo> info(LoadProfile(filename, fd)); in DumpOneProfile()
2565 bool LoadProfile() { in LoadProfile() function in art::Dex2Oat3248 if (!dex2oat->LoadProfile()) { in Dex2oat()