Searched refs:parser_options (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/ |
D | dex2oat.cc | 881 void ParseInstructionSetVariant(const std::string& option, ParserOptions* parser_options) { in ParseInstructionSetVariant() argument 883 compiler_options_->instruction_set_, option, &parser_options->error_msg); in ParseInstructionSetVariant() 885 Usage("%s", parser_options->error_msg.c_str()); in ParseInstructionSetVariant() 889 void ParseInstructionSetFeatures(const std::string& option, ParserOptions* parser_options) { in ParseInstructionSetFeatures() argument 892 compiler_options_->instruction_set_, "default", &parser_options->error_msg); in ParseInstructionSetFeatures() 895 parser_options->error_msg.c_str()); in ParseInstructionSetFeatures() 900 option, &parser_options->error_msg); in ParseInstructionSetFeatures() 902 Usage("Error parsing '%s': %s", option.c_str(), parser_options->error_msg.c_str()); in ParseInstructionSetFeatures() 906 void ProcessOptions(ParserOptions* parser_options) { in ProcessOptions() argument 918 if (!parser_options->boot_image_filename.empty()) { in ProcessOptions() [all …]
|