Home
last modified time | relevance | path

Searched refs:compiler_filter (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.h60 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
Dcommands.cpp693 const char* compiler_filter, bool vm_safe_mode, bool debuggable, bool post_bootcomplete, in run_dex2oat() argument
811 } else if (compiler_filter != nullptr && in run_dex2oat()
812 strlen(compiler_filter) + strlen("--compiler-filter=") < in run_dex2oat()
814 sprintf(dex2oat_compiler_filter_arg, "--compiler-filter=%s", compiler_filter); in run_dex2oat()
1392 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument
1539 instruction_set, compiler_filter, vm_safe_mode, debuggable, boot_complete, in dexopt()