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