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.h119 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
Ddexopt.cpp1435 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
1444 int dexopt_action = abs(dexopt_needed); in open_vdex_files_for_dex2oat()
1445 bool is_odex_location = dexopt_needed < 0; in open_vdex_files_for_dex2oat()
2089 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument
2132 instruction_set, compiler_filter, &is_public, &dexopt_needed, &oat_dir_str, in dexopt()
2135 if (dexopt_needed == NO_DEXOPT_NEEDED) { in dexopt()
2178 if (!open_vdex_files_for_dex2oat(dex_path, out_oat_path, dexopt_needed, instruction_set, in dexopt()
Dotapreopt.cpp483 parameters_.dexopt_needed, in Dexopt()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp356 int32_t dexopt_needed = 0; // does not matter; in CompileSecondaryDex() local
370 dexopt_needed, in CompileSecondaryDex()
437 int32_t dexopt_needed, in CompilePrimaryDexOk() argument
445 dexopt_needed, in CompilePrimaryDexOk()
456 int32_t dexopt_needed, in CompilePrimaryDexFail() argument
464 dexopt_needed, in CompilePrimaryDexFail()
475 int32_t dexopt_needed, in CompilePrimaryDex() argument
497 dexopt_needed, in CompilePrimaryDex()
Dinstalld_otapreopt_test.cpp63 ASSERT_EQ(params.dexopt_needed, atoi(args[i++])); in verifyPackageParameters()