Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp374 int32_t dexopt_needed = 0; // does not matter; in CompileSecondaryDex() local
463 int32_t dexopt_needed, in CompilePrimaryDexOk()
483 int32_t dexopt_needed, in CompilePrimaryDexFail()
503 int32_t dexopt_needed, in CompilePrimaryDexCancelled()
523 int32_t dexopt_needed, in CompilePrimaryDex()
/aosp_15_r20/frameworks/native/cmds/installd/
H A Dotapreopt_parameters.h39 int dexopt_needed; variable
H A Ddexopt.cpp1121 bool open_vdex_files_for_dex2oat(const char* apk_path, const char* out_oat_path, int dexopt_needed, in open_vdex_files_for_dex2oat()
1788 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt()
/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant.cc318 DexOptNeeded dexopt_needed = info.GetDexOptNeeded( in GetDexOptNeeded() local
340 DexOptNeeded dexopt_needed = info.GetDexOptNeeded(target_compiler_filter, dexopt_trigger); in GetDexOptNeeded() local