Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt_parameters.cpp186 dexopt_needed = DEX2OAT_FROM_SCRATCH; in ReadArgumentsV1()
308 dexopt_needed = atoi(param); in ReadArgumentsPostV1()
Dotapreopt_parameters.h39 int dexopt_needed; variable
Ddexopt.h115 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
Ddexopt.cpp1355 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
1364 int dexopt_action = abs(dexopt_needed); in open_vdex_files_for_dex2oat()
1365 bool is_odex_location = dexopt_needed < 0; in open_vdex_files_for_dex2oat()
2009 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument
2051 instruction_set, compiler_filter, &is_public, &dexopt_needed, &oat_dir_str, in dexopt()
2054 if (dexopt_needed == NO_DEXOPT_NEEDED) { in dexopt()
2097 if (!open_vdex_files_for_dex2oat(dex_path, out_oat_path, dexopt_needed, instruction_set, in dexopt()
Dotapreopt.cpp564 parameters_.dexopt_needed, in Dexopt()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp339 int32_t dexopt_needed = 0; // does not matter; in CompileSecondaryDex() local
356 dexopt_needed, in CompileSecondaryDex()
423 int32_t dexopt_needed, in CompilePrimaryDexOk() argument
431 dexopt_needed, in CompilePrimaryDexOk()
442 int32_t dexopt_needed, in CompilePrimaryDexFail() argument
450 dexopt_needed, in CompilePrimaryDexFail()
461 int32_t dexopt_needed, in CompilePrimaryDex() argument
489 dexopt_needed, in CompilePrimaryDex()
Dinstalld_otapreopt_test.cpp63 ASSERT_EQ(params.dexopt_needed, atoi(args[i++])); in verifyPackageParameters()