Lines Matching defs:MethodVerifierArgs
89 struct MethodVerifierArgs : public CmdlineArgs { struct
91 using Base = CmdlineArgs;
93 ParseStatus ParseCustom(const char* raw_option, in ParseCustom()
126 ParseStatus ParseChecks(std::string* error_msg) override { in ParseChecks()
142 std::string GetUsage() const override { in GetUsage()
163 const char* dex_filename_ = nullptr;
165 bool dex_file_verifier_ = false;
167 bool method_verifier_verbose_ = false;
168 bool method_verifier_verbose_debug_ = false;
170 size_t repetitions_ = 0u;
172 uint32_t api_level_ = 0u;