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