Lines Matching refs:OatDumperOptions
337 class OatDumperOptions { class
339 OatDumperOptions(bool dump_vmap, in OatDumperOptions() function in art::OatDumperOptions
385 OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper()
1777 const OatDumperOptions& options_;
1791 OatDumperOptions* oat_dumper_options) in ImageDumper()
2728 OatDumperOptions* oat_dumper_options_;
2735 OatDumperOptions* options, in DumpImage()
2749 static int DumpImages(Runtime* runtime, OatDumperOptions* options, std::ostream* os) { in DumpImages()
2846 OatDumperOptions* options, in DumpOatWithRuntime()
2866 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime()
2880 OatDumperOptions* options, in DumpOat()
3585 oat_dumper_options_.reset(new OatDumperOptions( in NeedsRuntime()
3651 std::unique_ptr<OatDumperOptions> oat_dumper_options_;