Searched refs:profile_guided (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/CredentialManager/wear/ |
D | Android.bp | 19 profile_guided: true,
|
/frameworks/base/packages/CredentialManager/ |
D | Android.bp | 48 profile_guided: true,
|
/frameworks/native/cmds/installd/ |
D | otapreopt.cpp | 431 bool profile_guided = (dexopt_flags & DEXOPT_PROFILE_GUIDED) != 0; in IsAotCompilation() local 435 if (profile_guided) { in IsAotCompilation() 438 parameters_.profile_name, profile_guided, in IsAotCompilation()
|
D | dexopt.h | 161 const char* profile_name, bool profile_guided,
|
D | dexopt.cpp | 1084 const std::string& dex_path, const char* profile_name, bool profile_guided, in maybe_open_reference_profile() argument 1088 if (!profile_guided || (pkgname[0] == '*')) { in maybe_open_reference_profile() 1123 bool is_secondary_dex, bool profile_guided, in open_vdex_files_for_dex2oat() argument 1176 !profile_guided; in open_vdex_files_for_dex2oat() 1824 bool profile_guided = (dexopt_flags & DEXOPT_PROFILE_GUIDED) != 0; in dexopt() local 1894 instruction_set, is_public, uid, is_secondary_dex, profile_guided, &in_vdex, in dexopt() 1919 pkgname, dex_path, profile_name, profile_guided, is_public, uid, is_secondary_dex); in dexopt()
|