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

/frameworks/native/cmds/installd/
H A Dotapreopt_parameters.h42 const char* compiler_filter; member in class:android::installd::OTAPreoptParameters
H A Dotapreopt_parameters.cpp213 compiler_filter = param;
320 compiler_filter = param;
H A Ddexopt.h106 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
H A Ddexopt.cpp230 const char* instruction_set, const char* compiler_filter,
388 } else if (compiler_filter != nullptr) {
389 if (strlen(compiler_filter) + strlen("--compiler-filter=") <
391 sprintf(dex2oat_compiler_filter_arg, "--compiler-filter=%s", compiler_filter);
395 compiler_filter,
1569 // The analyzer will check if the dex_file needs to be (re)compiled to match the compiler_filter.
1573 int zip_fd, const std::string& instruction_set, const std::string& compiler_filter,
1594 std::string compiler_filter_arg = "--compiler-filter=" + compiler_filter;
1826 const char* compiler_filter, bool* is_public_out, int* dexopt_needed_out,
1895 compiler_filter, profile_was_update
228 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, bool background_job_compile, int profile_fd, const char* class_loader_context, int target_sdk_version, bool enable_hidden_api_checks, bool generate_compact_dex, int dex_metadata_fd, const char* compilation_reason) argument
1572 exec_dexoptanalyzer(const std::string& dex_file, int vdex_fd, int oat_fd, int zip_fd, const std::string& instruction_set, const std::string& compiler_filter, bool profile_was_updated, bool downgrade, const char* class_loader_context) argument
1824 process_secondary_dex_dexopt(const std::string& 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, bool downgrade, const char* class_loader_context, std::string* error_msg) argument
1951 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* class_loader_context, const char* se_info, bool downgrade, int target_sdk_version, const char* profile_name, const char* dex_metadata_path, const char* compilation_reason, std::string* error_msg) argument
[all...]
H A Dotapreopt.cpp582 parameters_.compiler_filter,
H A DInstalldNativeService.cpp1968 const char* compiler_filter = compilerFilter.c_str(); local
1977 oat_dir, dexFlags, compiler_filter, volume_uuid, class_loader_context, se_info,
/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp260 std::string compiler_filter = "speed-profile"; local
276 compiler_filter,
336 void CompilePrimaryDexOk(std::string compiler_filter, argument
344 CompilePrimaryDex(compiler_filter,
355 void CompilePrimaryDexFail(std::string compiler_filter, argument
363 CompilePrimaryDex(compiler_filter,
374 void CompilePrimaryDex(std::string compiler_filter, argument
411 compiler_filter,
440 if (compiler_filter == "speed-profile") {
H A Dinstalld_otapreopt_test.cpp66 ASSERT_STREQ(params.compiler_filter, args[i++]);

Completed in 99 milliseconds