Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc612 std::unique_ptr<const ProfileCompilationInfo> LoadProfile(const std::string& filename, int fd) { in LoadProfile() function in art::ProfMan
638 std::unique_ptr<const ProfileCompilationInfo> info(LoadProfile(filename, fd)); in DumpOneProfile()
/art/dex2oat/
Ddex2oat.cc2565 bool LoadProfile() { in LoadProfile() function in art::Dex2Oat
3248 if (!dex2oat->LoadProfile()) { in Dex2oat()