Home
last modified time | relevance | path

Searched refs:parser_options (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc621 void ParseInstructionSetVariant(const StringPiece& option, ParserOptions* parser_options) { in ParseInstructionSetVariant() argument
626 instruction_set_, str.as_string(), &parser_options->error_msg)); in ParseInstructionSetVariant()
628 Usage("%s", parser_options->error_msg.c_str()); in ParseInstructionSetVariant()
632 void ParseInstructionSetFeatures(const StringPiece& option, ParserOptions* parser_options) { in ParseInstructionSetFeatures() argument
638 instruction_set_, "default", &parser_options->error_msg)); in ParseInstructionSetFeatures()
641 parser_options->error_msg.c_str()); in ParseInstructionSetFeatures()
646 &parser_options->error_msg)); in ParseInstructionSetFeatures()
648 Usage("Error parsing '%s': %s", option.data(), parser_options->error_msg.c_str()); in ParseInstructionSetFeatures()
652 void ParseCompilerBackend(const StringPiece& option, ParserOptions* parser_options) { in ParseCompilerBackend() argument
654 parser_options->requested_specific_compiler = true; in ParseCompilerBackend()
[all …]