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

/art/runtime/
H A Doat_file.h373 friend class OatDumper; // For GetBase and GetLimit
/art/oatdump/
H A Doatdump.cc140 class OatDumper { class in namespace:art
142 explicit OatDumper(const OatFile& oat_file, OatDumperOptions* options) function in class:art::OatDumper
153 ~OatDumper() {
1056 oat_dumper_.reset(new OatDumper(*oat_file, oat_dumper_options_.release()));
1685 std::unique_ptr<OatDumper> oat_dumper_;
1784 OatDumper oat_dumper(*oat_file, oat_dumper_options.release());

Completed in 57 milliseconds