Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc583 struct ParserOptions { struct in art::Dex2Oat
604 void ParseInstructionSetVariant(const std::string& option, ParserOptions* parser_options) { in ParseInstructionSetVariant()
612 void ParseInstructionSetFeatures(const std::string& option, ParserOptions* parser_options) { in ParseInstructionSetFeatures()
629 void ProcessOptions(ParserOptions* parser_options) { in ProcessOptions()
1033 std::unique_ptr<ParserOptions> parser_options(new ParserOptions()); in ParseArgs()