Searched defs:OatdumpArgs (Results 1 – 1 of 1) sorted by relevance
3418 struct OatdumpArgs : public CmdlineArgs { struct3420 using Base = CmdlineArgs;3422 ParseStatus ParseCustom(const char* raw_option, in ParseCustom()3483 ParseStatus ParseChecks(std::string* error_msg) override { in ParseChecks()3507 std::string GetUsage() const override { in GetUsage()3588 const char* oat_filename_ = nullptr;3589 const char* dex_filename_ = nullptr;3590 const char* class_filter_ = "";3591 const char* method_filter_ = "";3592 const char* image_location_ = nullptr;[all …]