Home
last modified time | relevance | path

Searched refs:OatDumper (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.h361 friend class OatDumper; // For GetBase and GetLimit variable
/art/oatdump/
Doatdump.cc344 class OatDumper { class
346 explicit OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper() function in art::OatDumper
362 ~OatDumper() { in ~OatDumper()
1474 oat_dumper_.reset(new OatDumper(*oat_file, *oat_dumper_options_)); in Dump()
2181 std::unique_ptr<OatDumper> oat_dumper_;
2246 OatDumper oat_dumper(*oat_file, *options); in DumpOatWithRuntime()
2257 OatDumper oat_dumper(*oat_file, *options); in DumpOatWithoutRuntime()