Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt_parameters.h39 int dexopt_needed; variable
Dotapreopt_parameters.cpp184 dexopt_needed = DEX2OAT_FROM_SCRATCH; in ReadArgumentsV1()
304 dexopt_needed = atoi(param); in ReadArgumentsPostV1()
Ddexopt.h106 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
Ddexopt.cpp1405 bool open_vdex_files_for_dex2oat(const char* apk_path, const char* out_oat_path, int dexopt_needed, in open_vdex_files_for_dex2oat() argument
1414 int dexopt_action = abs(dexopt_needed); in open_vdex_files_for_dex2oat()
1415 bool is_odex_location = dexopt_needed < 0; in open_vdex_files_for_dex2oat()
1952 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument
1988 instruction_set, compiler_filter, &is_public, &dexopt_needed, &oat_dir_str, in dexopt()
1991 if (dexopt_needed == NO_DEXOPT_NEEDED) { in dexopt()
2027 if (!open_vdex_files_for_dex2oat(dex_path, out_oat_path, dexopt_needed, instruction_set, in dexopt()
Dotapreopt.cpp579 parameters_.dexopt_needed, in Dexopt()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp257 int32_t dexopt_needed = 0; // does not matter; in CompileSecondaryDex() local
273 dexopt_needed, in CompileSecondaryDex()
340 int32_t dexopt_needed, in CompilePrimaryDexOk() argument
348 dexopt_needed, in CompilePrimaryDexOk()
359 int32_t dexopt_needed, in CompilePrimaryDexFail() argument
367 dexopt_needed, in CompilePrimaryDexFail()
378 int32_t dexopt_needed, in CompilePrimaryDex() argument
408 dexopt_needed, in CompilePrimaryDex()
Dinstalld_otapreopt_test.cpp63 ASSERT_EQ(params.dexopt_needed, atoi(args[i++])); in verifyPackageParameters()