Searched defs:compiler_filter (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.cpp693 const char* compiler_filter, bool vm_safe_mode, bool debuggable, bool post_bootcomplete,
811 } else if (compiler_filter != nullptr &&
812 strlen(compiler_filter) + strlen("--compiler-filter=") <
814 sprintf(dex2oat_compiler_filter_arg, "--compiler-filter=%s", compiler_filter);
1392 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
1539 instruction_set, compiler_filter, vm_safe_mode, debuggable, boot_complete,
691 run_dex2oat(int zip_fd, int oat_fd, int image_fd, const char* input_file_name, const char* output_file_name, int swap_fd, const char *instruction_set, const char* compiler_filter, bool vm_safe_mode, bool debuggable, bool post_bootcomplete, int profile_fd, const char* shared_libraries) argument
1391 dexopt(const char* apk_path, uid_t uid, const char* pkgname, const char* instruction_set, int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, const char* volume_uuid ATTRIBUTE_UNUSED, const char* shared_libraries) argument

Completed in 1761 milliseconds