Home
last modified time | relevance | path

Searched refs:unique_ptr_dex_files (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dvdex_file.cc184 std::vector<std::unique_ptr<const DexFile>> unique_ptr_dex_files; in OpenAtAddress() local
185 if (!vdex->OpenAllDexFiles(&unique_ptr_dex_files, error_msg)) { in OpenAtAddress()
190 vdex->Unquicken(MakeNonOwningPointerVector(unique_ptr_dex_files), in OpenAtAddress()
258 std::vector<std::unique_ptr<const DexFile>> unique_ptr_dex_files; in UnquickenInPlace() local
260 if (!OpenAllDexFiles(&unique_ptr_dex_files, &error_msg)) { in UnquickenInPlace()
263 Unquicken(MakeNonOwningPointerVector(unique_ptr_dex_files), in UnquickenInPlace()