Searched refs:OpenAllDexFiles (Results 1 – 5 of 5) sorted by relevance
181 if (!vdex->OpenAllDexFiles(&unique_ptr_dex_files, error_msg)) { in OpenAtAddress()210 bool VdexFile::OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files, in OpenAllDexFiles() function in art::VdexFile
311 bool OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files,
345 if (!vdex->OpenAllDexFiles(&dex_files, &error_msg)) { in DisplayMappingIfFromVdexFile()
2043 bool result = vdex->OpenAllDexFiles(&dex_files, &error_msg); in TEST_F()
784 if (!vdex_file->OpenAllDexFiles(&tmp_dex_files, error_msg)) { in OpenVdexUnquicken()