Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A Dprofman.cc667 std::unique_ptr<const ProfileCompilationInfo> LoadProfile(const std::string& filename, in LoadProfile() function in art::ProfMan
697 LoadProfile(filename, fd, /*for_boot_image=*/ false); in DumpOneProfile()
699 info = LoadProfile(filename, fd, /*for_boot_image=*/ true); in DumpOneProfile()
/aosp12/art/dex2oat/
H A Ddex2oat.cc2363 bool LoadProfile() { in LoadProfile() function in art::Dex2Oat
3108 if (!dex2oat->LoadProfile()) { in Dex2oat()