Searched defs:profile_guided (Results 1 – 1 of 1) sorted by relevance
1062 Dex2oatFileWrapper maybe_open_app_image(const char* out_oat_path, bool profile_guided, in maybe_open_app_image()1136 const std::string& dex_path, bool profile_guided, bool is_public, int uid, in maybe_open_reference_profile()1157 bool profile_guided, Dex2oatFileWrapper* in_vdex_wrapper_fd, in open_vdex_files()1502 bool profile_guided = (dexopt_flags & DEXOPT_PROFILE_GUIDED) != 0; in dexopt() local