Searched refs:new_dex_file (Results 1 – 1 of 1) sorted by relevance
148 std::unique_ptr<DexFile> new_dex_file = DexFile::Create(dex_file_offset, memory_.get(), info); in GetDexFile() local149 dex_file = new_dex_file.get(); in GetDexFile()150 files_[dex_file_offset] = std::move(new_dex_file); in GetDexFile()