Home
last modified time | relevance | path

Searched refs:FixedUpDexFile (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dfixed_up_dex_file.h50 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() function
78 DISALLOW_COPY_AND_ASSIGN(FixedUpDexFile);
Dfixed_up_dex_file.cc90 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()
Dti_class_definition.cc59 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()