Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc170 if (!vdex->OpenAllDexFiles(&unique_ptr_dex_files, error_msg)) { in OpenAtAddress()
200 bool VdexFile::OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files, in OpenAllDexFiles() function in art::VdexFile
Dvdex_file.h279 bool OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files,
/art/dexlayout/
Ddexdiag.cc338 if (!vdex->OpenAllDexFiles(&dex_files, &error_msg)) { in DisplayMappingIfFromVdexFile()
/art/oatdump/
Doatdump.cc725 if (!vdex_file->OpenAllDexFiles(&tmp_dex_files, error_msg)) { in OpenVdexUnquicken()