Home
last modified time | relevance | path

Searched defs:dexopt_needed (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt_parameters.h39 int dexopt_needed; variable
H A Ddexopt.cpp1023 bool open_vdex_files_for_dex2oat(const char* apk_path, const char* out_oat_path, int dexopt_needed, in open_vdex_files_for_dex2oat()
1674 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt()
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp357 int32_t dexopt_needed = 0; // does not matter; in CompileSecondaryDex() local
438 int32_t dexopt_needed, in CompilePrimaryDexOk()
457 int32_t dexopt_needed, in CompilePrimaryDexFail()
476 int32_t dexopt_needed, in CompilePrimaryDex()
/aosp12/art/runtime/
H A Doat_file_assistant.cc205 DexOptNeeded dexopt_needed = info.GetDexOptNeeded(target, in GetDexOptNeeded() local