Searched refs:oat_dumper (Results 1 – 1 of 1) sorted by relevance
2884 OatDumper oat_dumper(*oat_file_ptr, *options); in DumpOatWithRuntime() local2885 bool success = oat_dumper.Dump(*os); in DumpOatWithRuntime()2895 OatDumper oat_dumper(*oat_file, *options); in DumpOatWithoutRuntime() local2896 bool success = oat_dumper.Dump(*os); in DumpOatWithoutRuntime()