Searched refs:FixedUpDexFile (Results 1 – 3 of 3) sorted by relevance
50 class FixedUpDexFile {52 static std::unique_ptr<FixedUpDexFile> Create(const art::DexFile& original,68 explicit FixedUpDexFile(std::unique_ptr<const art::DexFile> fixed_up_dex_file, in FixedUpDexFile() function78 DISALLOW_COPY_AND_ASSIGN(FixedUpDexFile);
90 std::unique_ptr<FixedUpDexFile> FixedUpDexFile::Create(const art::DexFile& original, in Create()157 std::unique_ptr<FixedUpDexFile> ret(new FixedUpDexFile(std::move(new_dex_file), std::move(data))); in Create()
59 std::unique_ptr<FixedUpDexFile> in InitializeMemory()60 fixed_dex_file(FixedUpDexFile::Create(*initial_dex_file_unquickened_, desc.c_str())); in InitializeMemory()139 std::unique_ptr<FixedUpDexFile> fixed_dex_file( in DequickenDexFile()140 FixedUpDexFile::Create(*dex_file, descriptor)); in DequickenDexFile()