Searched refs:ExportDexFile (Results 1 – 1 of 1) sorted by relevance
661 if (!ExportDexFile(os, *oat_dex_file, dex.get(), /*used_dexlayout=*/ true)) { in Dump()666 if (!ExportDexFile(os, *oat_dex_file, vdex_dex_file.get(), /*used_dexlayout=*/ false)) { in Dump()960 bool ExportDexFile(std::ostream& os, in ExportDexFile() function in art::OatDumper