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

/art/compiler/driver/
H A Dcompiler_options.cc66 bool debuggable,
90 debuggable_(debuggable),
177 } else if (option == "--debuggable") {
55 CompilerOptions(CompilerFilter::Filter 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, const std::vector<const DexFile*>* no_inline_from, 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, std::ostream* init_failure_output, bool abort_on_hard_verifier_failure, const std::string& dump_cfg_file_name, bool dump_cfg_append, bool force_determinism ) argument

Completed in 133 milliseconds