Searched refs:oat_dumper_options_ (Results 1 – 1 of 1) sorted by relevance
1797 oat_dumper_options_(oat_dumper_options) {} in ImageDumper()1908 oat_dumper_.reset(new OatDumper(*oat_file, *oat_dumper_options_)); in Dump()2728 OatDumperOptions* oat_dumper_options_; member in art::ImageDumper3585 oat_dumper_options_.reset(new OatDumperOptions( in NeedsRuntime()3624 oat_dumper_options_.get(), in ExecuteWithoutRuntime()3644 oat_dumper_options_.get(), in ExecuteWithRuntime()3648 return DumpImages(runtime, oat_dumper_options_.get(), args_->os_) == EXIT_SUCCESS; in ExecuteWithRuntime()3651 std::unique_ptr<OatDumperOptions> oat_dumper_options_; member