Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc594 struct ParserOptions { struct in art::FINAL
656 void ParseInstructionSetVariant(const StringPiece& option, ParserOptions* parser_options) { in ParseInstructionSetVariant()
666 void ParseInstructionSetFeatures(const StringPiece& option, ParserOptions* parser_options) { in ParseInstructionSetFeatures()
685 void ParseCompilerBackend(const StringPiece& option, ParserOptions* parser_options) { in ParseCompilerBackend()
713 void ProcessOptions(ParserOptions* parser_options) { in ProcessOptions()
1116 std::unique_ptr<ParserOptions> parser_options(new ParserOptions()); in ParseArgs()