Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2804 OatDumper oat_dumper(*oat_file_ptr, *options); in DumpOatWithRuntime() local
2805 bool success = oat_dumper.Dump(*os); in DumpOatWithRuntime()
2815 OatDumper oat_dumper(*oat_file, *options); in DumpOatWithoutRuntime() local
2816 bool success = oat_dumper.Dump(*os); in DumpOatWithoutRuntime()