Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2518 OatDumper oat_dumper(*oat_file_ptr, *options); in DumpOatWithRuntime() local
2519 bool success = oat_dumper.Dump(*os); in DumpOatWithRuntime()
2529 OatDumper oat_dumper(*oat_file, *options); in DumpOatWithoutRuntime() local
2530 bool success = oat_dumper.Dump(*os); in DumpOatWithoutRuntime()