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

/art/compiler/driver/
H A Dcompiler_options.cc59 bool include_patch_information,
80 include_patch_information_(include_patch_information),
51 CompilerOptions(CompilerFilter compiler_filter, size_t huge_method_threshold, size_t large_method_threshold, size_t small_method_threshold, size_t tiny_method_threshold, size_t num_dex_methods_threshold, size_t inline_depth_limit, size_t inline_max_code_units, bool include_patch_information, double top_k_profile_threshold, bool debuggable, bool generate_debug_info, bool implicit_null_checks, bool implicit_so_checks, bool implicit_suspend_checks, bool compile_pic, const std::vector<std::string>* verbose_methods, PassManagerOptions* pass_manager_options, std::ostream* init_failure_output, bool abort_on_hard_verifier_failure ) argument
/art/dex2oat/
H A Ddex2oat.cc577 bool include_patch_information = CompilerOptions::kDefaultIncludePatchInformation; local
809 include_patch_information = true;
811 include_patch_information = false;
1048 include_patch_information,

Completed in 158 milliseconds