Lines Matching defs:Options
67 struct Options { struct in art::dexanalyze::DexAnalyze
68 int Parse(int argc, char** argv) { in Parse()
119 VerboseLevel verbose_level_ = VerboseLevel::kNormal;
120 bool verify_checksum_ = true;
121 bool run_dex_file_verifier_ = true;
122 bool dump_per_input_dex_ = false;
123 bool exp_count_indices_ = false;
124 bool exp_code_metrics_ = false;
125 bool exp_analyze_strings_ = false;
126 bool exp_debug_info_ = false;
127 bool exp_bytecode_ = false;
128 bool run_all_experiments_ = false;
129 uint64_t experiment_max_ = 1u;
130 std::vector<std::string> filenames_;