Searched defs:dexopt_needed (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/cmds/installd/ |
H A D | otapreopt_parameters.h | 39 int dexopt_needed; variable
|
H A D | dexopt.cpp | 1023 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 D | installd_dexopt_test.cpp | 357 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 D | oat_file_assistant.cc | 205 DexOptNeeded dexopt_needed = info.GetDexOptNeeded(target, in GetDexOptNeeded() local
|