Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc64 const DexFile* updated_dex_file = nullptr; in RunTest() local
68 updated_dex_file = GetDexFiles(class_loader)[0]; in RunTest()
70 *updated_dex_file, soa.Decode<mirror::ClassLoader>(class_loader)); in RunTest()
74 updated_dex_file->Begin(), in RunTest()
75 updated_dex_file->Size()); in RunTest()
78 updated_dex_file->EnableWrite(); in RunTest()
81 cmp = memcmp(original_dex_file->Begin(), updated_dex_file->Begin(), updated_dex_file->Size()); in RunTest()
85 for (ClassAccessor accessor : updated_dex_file->GetClasses()) { in RunTest()
94 optimizer::ArtDecompileDEX(*updated_dex_file, in RunTest()
102 cmp = memcmp(original_dex_file->Begin(), updated_dex_file->Begin(), updated_dex_file->Size()); in RunTest()