Lines Matching defs:OatdumpArgs
3404 struct OatdumpArgs : public CmdlineArgs { struct
3406 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;
3579 std::string elf_filename_prefix_;
3580 std::string imt_dump_;
3581 bool dump_vmap_ = true;
3582 bool dump_code_info_stack_maps_ = false;
3583 bool disassemble_code_ = true;
3584 bool symbolize_ = false;
3585 bool only_keep_debug_ = false;
3586 bool list_classes_ = false;
3587 bool list_methods_ = false;
3588 bool dump_header_only_ = false;
3589 bool imt_stat_dump_ = false;
3590 uint32_t addr2instr_ = 0;
3591 const char* export_dex_location_ = nullptr;
3592 const char* app_image_ = nullptr;
3593 const char* app_oat_ = nullptr;