Searched refs:oat_dumper (Results 1 – 1 of 1) sorted by relevance
2518 OatDumper oat_dumper(*oat_file_ptr, *options); in DumpOatWithRuntime() local2519 bool success = oat_dumper.Dump(*os); in DumpOatWithRuntime()2529 OatDumper oat_dumper(*oat_file, *options); in DumpOatWithoutRuntime() local2530 bool success = oat_dumper.Dump(*os); in DumpOatWithoutRuntime()