Searched refs:vdex_dex_file (Results 1 – 1 of 1) sorted by relevance
629 for (const auto& vdex_dex_file : vdex_dex_files) { in Dump() local632 CHECK(vdex_dex_file != nullptr); in Dump()639 if (vdex_dex_file->IsCompactDexFile()) { in Dump()645 bool result = dex_layout.ProcessDexFile(vdex_dex_file->GetLocation().c_str(), in Dump()646 vdex_dex_file.get(), in Dump()662 vdex_dex_file->GetLocation(), in Dump()684 if (!ExportDexFile(os, *oat_dex_file, vdex_dex_file.get(), /*used_dexlayout=*/ false)) { in Dump()