Searched refs:dexopt_needed (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/cmds/installd/
H A Dotapreopt_parameters.h39 int dexopt_needed; member in class:android::installd::OTAPreoptParameters
H A Dotapreopt_parameters.cpp88 + 1 // dexopt_needed
184 dexopt_needed = DEX2OAT_FROM_SCRATCH;
304 dexopt_needed = atoi(param);
H A Ddexopt.h106 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
H A Ddexopt.cpp1405 bool open_vdex_files_for_dex2oat(const char* apk_path, const char* out_oat_path, int dexopt_needed, argument
1414 int dexopt_action = abs(dexopt_needed);
1415 bool is_odex_location = dexopt_needed < 0;
1889 // Run dexoptanalyzer to get dexopt_needed code. This is not expected to return.
1952 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
1988 instruction_set, compiler_filter, &is_public, &dexopt_needed, &oat_dir_str,
1991 if (dexopt_needed == NO_DEXOPT_NEEDED) {
2027 if (!open_vdex_files_for_dex2oat(dex_path, out_oat_path, dexopt_needed, instruction_set,
1951 dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, const char* volume_uuid, const char* class_loader_context, const char* se_info, bool downgrade, int target_sdk_version, const char* profile_name, const char* dex_metadata_path, const char* compilation_reason, std::string* error_msg) argument
H A Dotapreopt.cpp579 parameters_.dexopt_needed,
/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp257 int32_t dexopt_needed = 0; // does not matter; local
273 dexopt_needed,
340 int32_t dexopt_needed,
348 dexopt_needed,
359 int32_t dexopt_needed,
367 dexopt_needed,
378 int32_t dexopt_needed,
408 dexopt_needed,
336 CompilePrimaryDexOk(std::string compiler_filter, int32_t dex_flags, const char* oat_dir, int32_t uid, int32_t dexopt_needed, binder::Status* binder_result = nullptr, const char* dm_path = nullptr, bool downgrade = false) argument
355 CompilePrimaryDexFail(std::string compiler_filter, int32_t dex_flags, const char* oat_dir, int32_t uid, int32_t dexopt_needed, binder::Status* binder_result = nullptr, const char* dm_path = nullptr, bool downgrade = false) argument
374 CompilePrimaryDex(std::string compiler_filter, int32_t dex_flags, const char* oat_dir, int32_t uid, int32_t dexopt_needed, const char* dm_path, bool downgrade, bool should_binder_call_succeed, binder::Status* binder_result) argument
H A Dinstalld_otapreopt_test.cpp63 ASSERT_EQ(params.dexopt_needed, atoi(args[i++]));
133 args.push_back("1"); // dexopt_needed (DEX2OAT_FROM_SCRATCH)

Completed in 237 milliseconds