Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc3052 struct OatdumpArgs : public CmdlineArgs { struct
3054 using Base = CmdlineArgs;
3056 ParseStatus ParseCustom(const char* raw_option, in ParseCustom()
3117 ParseStatus ParseChecks(std::string* error_msg) override { in ParseChecks()
3141 std::string GetUsage() const override { in GetUsage()
3222 const char* oat_filename_ = nullptr;
3223 const char* dex_filename_ = nullptr;
3224 const char* class_filter_ = "";
3225 const char* method_filter_ = "";
3226 const char* image_location_ = nullptr;
[all …]