Searched refs:parser_options (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/ |
D | dex2oat.cc | 656 void ParseInstructionSetVariant(const StringPiece& option, ParserOptions* parser_options) { in ParseInstructionSetVariant() argument 660 instruction_set_, str.as_string(), &parser_options->error_msg); in ParseInstructionSetVariant() 662 Usage("%s", parser_options->error_msg.c_str()); in ParseInstructionSetVariant() 666 void ParseInstructionSetFeatures(const StringPiece& option, ParserOptions* parser_options) { in ParseInstructionSetFeatures() argument 671 instruction_set_, "default", &parser_options->error_msg); in ParseInstructionSetFeatures() 674 parser_options->error_msg.c_str()); in ParseInstructionSetFeatures() 679 &parser_options->error_msg); in ParseInstructionSetFeatures() 681 Usage("Error parsing '%s': %s", option.data(), parser_options->error_msg.c_str()); in ParseInstructionSetFeatures() 685 void ParseCompilerBackend(const StringPiece& option, ParserOptions* parser_options) { in ParseCompilerBackend() argument 687 parser_options->requested_specific_compiler = true; in ParseCompilerBackend() [all …]
|