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

/frameworks/native/cmds/installd/
H A Dotapreopt.cpp177 const char* compiler_filter; member in struct:android::installd::OTAPreoptService::Parameters
409 package_parameters_.compiler_filter = param;
511 package_parameters_.compiler_filter = param;
823 package_parameters_.compiler_filter,
H A DInstalldNativeService.cpp1817 const char* compiler_filter = compilerFilter.c_str(); local
1822 oat_dir, dexFlags, compiler_filter, volume_uuid, shared_libraries, se_info);
H A Ddexopt.cpp193 const char* instruction_set, const char* compiler_filter,
327 } else if (compiler_filter != nullptr) {
328 if (strlen(compiler_filter) + strlen("--compiler-filter=") <
330 sprintf(dex2oat_compiler_filter_arg, "--compiler-filter=%s", compiler_filter);
334 compiler_filter,
1286 // The analyzer will check if the dex_file needs to be (re)compiled to match the compiler_filter.
1290 const char* compiler_filter, bool profile_was_updated) {
1307 sprintf(compiler_filter_arg, "--compiler-filter=%s", compiler_filter);
1398 const char* compiler_filter, bool* is_public_out, int* dexopt_needed_out,
1465 exec_dexoptanalyzer(dex_path, instruction_set, compiler_filter, profile_was_update
191 run_dex2oat(int zip_fd, int oat_fd, int input_vdex_fd, int output_vdex_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 debuggable, bool post_bootcomplete, int profile_fd, const char* shared_libraries) argument
1289 exec_dexoptanalyzer(const std::string& dex_file, const char* instruction_set, const char* compiler_filter, bool profile_was_updated) argument
1396 process_secondary_dex_dexopt(const char* original_dex_path, const char* pkgname, int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, const char* compiler_filter, bool* is_public_out, int* dexopt_needed_out, std::string* oat_dir_out, std::string* dex_path_out) argument
1490 dexopt(const char* dex_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, const char* shared_libraries, const char* se_info) argument
[all...]

Completed in 368 milliseconds