Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc569 struct ParserOptions { struct in art::FINAL
621 void ParseInstructionSetVariant(const StringPiece& option, ParserOptions* parser_options) { in ParseInstructionSetVariant()
632 void ParseInstructionSetFeatures(const StringPiece& option, ParserOptions* parser_options) { in ParseInstructionSetFeatures()
652 void ParseCompilerBackend(const StringPiece& option, ParserOptions* parser_options) { in ParseCompilerBackend()
680 void ProcessOptions(ParserOptions* parser_options) { in ProcessOptions()
1056 std::unique_ptr<ParserOptions> parser_options(new ParserOptions()); in ParseArgs()