Lines Matching defs:options
125 // This should leave any dex-file and oat-file options, describing what we compiled.
170 UsageError("Usage: dex2oat [options]...");
326 UsageError(" --print-pass-options: print a list of passes that have configurable options along "
330 UsageError(" --pass-options=Pass1Name:Pass1OptionName:Pass1Option#,"
333 UsageError(" Separator used between options is a comma.");
803 } else if (option == "--print-pass-options") {
805 } else if (option.starts_with("--pass-options=")) {
806 const std::string options = option.substr(strlen("--pass-options=")).data();
807 pass_manager_options.SetOverriddenPassOptions(options);
1022 // Set the compilation target's implicit checks options.