Searched defs:ParserOptions (Results 1 – 2 of 2) sorted by relevance
588 struct ParserOptions { struct in art::Dex2Oat589 std::vector<std::string> oat_symbols;590 std::string boot_image_filename;591 int64_t watch_dog_timeout_in_ms = -1;592 bool watch_dog_enabled = true;593 bool requested_specific_compiler = false;594 std::string error_msg;
66 ParserOptionsSet ParserOptions; member in __anona8f6406e0111::RISCVAsmParser