Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc620 void ParseInstructionSetVariant(const StringPiece& option, ParserOptions* parser_options) { in ParseInstructionSetVariant()
631 void ParseInstructionSetFeatures(const StringPiece& option, ParserOptions* parser_options) { in ParseInstructionSetFeatures()
651 void ParseCompilerBackend(const StringPiece& option, ParserOptions* parser_options) { in ParseCompilerBackend()
679 void ProcessOptions(ParserOptions* parser_options) { in ProcessOptions()
1055 std::unique_ptr<ParserOptions> parser_options(new ParserOptions()); in ParseArgs() local