Searched defs:OatdumpArgs (Results 1 – 1 of 1) sorted by relevance
3404 struct OatdumpArgs : public CmdlineArgs { struct3406 using Base = CmdlineArgs;3408 ParseStatus ParseCustom(const char* raw_option, in ParseCustom()3469 ParseStatus ParseChecks(std::string* error_msg) override { in ParseChecks()3493 std::string GetUsage() const override { in GetUsage()3574 const char* oat_filename_ = nullptr;3575 const char* dex_filename_ = nullptr;3576 const char* class_filter_ = "";3577 const char* method_filter_ = "";3578 const char* image_location_ = nullptr;[all …]