Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc304 class OatDumperOptions { class
306 OatDumperOptions(bool dump_raw_mapping_table, in OatDumperOptions() function in art::OatDumperOptions
346 explicit OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper()
1358 const OatDumperOptions& options_;
1368 const ImageHeader& image_header, OatDumperOptions* oat_dumper_options) in ImageDumper()
2182 OatDumperOptions* oat_dumper_options_;
2188 static int DumpImage(Runtime* runtime, const char* image_location, OatDumperOptions* options, in DumpImage()
2210 static int DumpOatWithRuntime(Runtime* runtime, OatFile* oat_file, OatDumperOptions* options, in DumpOatWithRuntime()
2251 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime()
2262 static int DumpOat(Runtime* runtime, const char* oat_filename, OatDumperOptions* options, in DumpOat()
[all …]