Searched refs:oat_dumper_options_ (Results 1 – 1 of 1) sorted by relevance
1800 oat_dumper_options_(oat_dumper_options) {} in ImageDumper()1909 oat_dumper_.reset(new OatDumper(*oat_file, *oat_dumper_options_)); in Dump()2748 OatDumperOptions* oat_dumper_options_; member in art::ImageDumper3617 oat_dumper_options_.reset(new OatDumperOptions( in NeedsRuntime()3656 oat_dumper_options_.get(), in ExecuteWithoutRuntime()3676 oat_dumper_options_.get(), in ExecuteWithRuntime()3680 return DumpImages(runtime, oat_dumper_options_.get(), args_->os_) == EXIT_SUCCESS; in ExecuteWithRuntime()3683 std::unique_ptr<OatDumperOptions> oat_dumper_options_; member