Searched refs:vdex_dex_file (Results 1 – 1 of 1) sorted by relevance
614 for (const auto& vdex_dex_file : vdex_dex_files) { in Dump() local617 CHECK(vdex_dex_file != nullptr); in Dump()624 if (vdex_dex_file->IsCompactDexFile()) { in Dump()630 bool result = dex_layout.ProcessDexFile(vdex_dex_file->GetLocation().c_str(), in Dump()631 vdex_dex_file.get(), in Dump()647 vdex_dex_file->GetLocation(), in Dump()669 if (!ExportDexFile(os, *oat_dex_file, vdex_dex_file.get(), /*used_dexlayout=*/ false)) { in Dump()