Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2403 static int DumpImages(Runtime* runtime, OatDumperOptions* options, std::ostream* os) { in DumpImages() function
3314 return DumpImages(runtime, oat_dumper_options_.get(), args_->os_) == EXIT_SUCCESS; in ExecuteWithRuntime()