Searched defs:profile_guided (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1062 Dex2oatFileWrapper maybe_open_app_image(const char* out_oat_path, bool profile_guided, argument
1067 if (is_secondary_dex || !profile_guided) {
1136 const std::string& dex_path, bool profile_guided, bool is_public, int uid,
1140 if (!profile_guided || is_public || (pkgname[0] == '*')) {
1157 bool profile_guided, Dex2oatFileWrapper* in_vdex_wrapper_fd,
1203 !profile_guided;
1502 bool profile_guided = (dexopt_flags & DEXOPT_PROFILE_GUIDED) != 0; local
1546 is_secondary_dex, profile_guided, &in_vdex_fd, &out_vdex_fd)) {
1568 maybe_open_app_image(out_oat_path, profile_guided, is_public, uid, is_secondary_dex);
1572 pkgname, dex_path, profile_guided, is_publi
1135 maybe_open_reference_profile(const std::string& pkgname, const std::string& dex_path, bool profile_guided, bool is_public, int uid, bool is_secondary_dex) argument
1155 open_vdex_files(const char* apk_path, const char* out_oat_path, int dexopt_needed, const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, bool profile_guided, Dex2oatFileWrapper* in_vdex_wrapper_fd, Dex2oatFileWrapper* out_vdex_wrapper_fd) argument
[all...]

Completed in 28 milliseconds