Lines Matching defs:OatdumpArgs
3418 struct OatdumpArgs : public CmdlineArgs { struct
3420 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;
3593 std::string elf_filename_prefix_;
3594 std::string imt_dump_;
3595 bool dump_vmap_ = true;
3596 bool dump_code_info_stack_maps_ = false;
3597 bool disassemble_code_ = true;
3598 bool symbolize_ = false;
3599 bool only_keep_debug_ = false;
3600 bool list_classes_ = false;
3601 bool list_methods_ = false;
3602 bool dump_header_only_ = false;
3603 bool imt_stat_dump_ = false;
3604 uint32_t addr2instr_ = 0;
3605 const char* export_dex_location_ = nullptr;
3606 const char* app_image_ = nullptr;
3607 const char* app_oat_ = nullptr;