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);
104 std::unique_ptr<FixedUpDexFile> FixedUpDexFile::Create(const art::DexFile& original, in Create()174 std::unique_ptr<FixedUpDexFile> ret(new FixedUpDexFile(std::move(new_dex_file), std::move(data))); in Create()
57 std::unique_ptr<FixedUpDexFile> in InitializeMemory()58 fixed_dex_file(FixedUpDexFile::Create(*initial_dex_file_unquickened_, desc.c_str())); in InitializeMemory()136 std::unique_ptr<FixedUpDexFile> fixed_dex_file(FixedUpDexFile::Create(*dex_file, descriptor)); in DequickenDexFile()