Searched refs:LoadProfile (Results 1 – 2 of 2) sorted by relevance
667 std::unique_ptr<const ProfileCompilationInfo> LoadProfile(const std::string& filename, in LoadProfile() function in art::ProfMan697 LoadProfile(filename, fd, /*for_boot_image=*/ false); in DumpOneProfile()699 info = LoadProfile(filename, fd, /*for_boot_image=*/ true); in DumpOneProfile()
2363 bool LoadProfile() { in LoadProfile() function in art::Dex2Oat3108 if (!dex2oat->LoadProfile()) { in Dex2oat()