Searched refs:profile_guided (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/net/wifi/service/ |
D | Android.bp | 117 profile_guided: true,
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 1393 const std::string& dex_path, const char* profile_name, bool profile_guided, in maybe_open_reference_profile() argument 1397 if (!profile_guided || (pkgname[0] == '*')) { in maybe_open_reference_profile() 1437 bool profile_guided, Dex2oatFileWrapper* in_vdex_wrapper_fd, in open_vdex_files_for_dex2oat() argument 1483 !profile_guided; in open_vdex_files_for_dex2oat() 2114 bool profile_guided = (dexopt_flags & DEXOPT_PROFILE_GUIDED) != 0; in dexopt() local 2179 is_public, uid, is_secondary_dex, profile_guided, &in_vdex_fd, &out_vdex_fd)) { in dexopt() 2203 pkgname, dex_path, profile_name, profile_guided, is_public, uid, is_secondary_dex); in dexopt()
|