Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc604 void ParseInstructionSetVariant(const std::string& option, ParserOptions* parser_options) { in ParseInstructionSetVariant() argument
606 compiler_options_->instruction_set_, option, &parser_options->error_msg); in ParseInstructionSetVariant()
608 Usage("%s", parser_options->error_msg.c_str()); in ParseInstructionSetVariant()
612 void ParseInstructionSetFeatures(const std::string& option, ParserOptions* parser_options) { in ParseInstructionSetFeatures() argument
615 compiler_options_->instruction_set_, "default", &parser_options->error_msg); in ParseInstructionSetFeatures()
618 parser_options->error_msg.c_str()); in ParseInstructionSetFeatures()
623 option, &parser_options->error_msg); in ParseInstructionSetFeatures()
625 Usage("Error parsing '%s': %s", option.c_str(), parser_options->error_msg.c_str()); in ParseInstructionSetFeatures()
629 void ProcessOptions(ParserOptions* parser_options) { in ProcessOptions() argument
641 if (!parser_options->boot_image_filename.empty()) { in ProcessOptions()
[all …]