Searched refs:compiler_filter (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.h | 68 const char* compiler_filter,
|
D | commands.cpp | 791 const char* compiler_filter, bool vm_safe_mode, bool debuggable, bool post_bootcomplete, in run_dex2oat() argument 919 } else if (compiler_filter != nullptr && in run_dex2oat() 920 strlen(compiler_filter) + strlen("--compiler-filter=") < in run_dex2oat() 922 sprintf(dex2oat_compiler_filter_arg, "--compiler-filter=%s", compiler_filter); in run_dex2oat() 1620 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument 1794 compiler_filter, in dexopt()
|