Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddex_to_dex_decompiler_test.cc63 const DexFile* updated_dex_file = nullptr; in RunTest() local
67 updated_dex_file = GetDexFiles(class_loader)[0]; in RunTest()
69 *updated_dex_file, soa.Decode<mirror::ClassLoader>(class_loader).Ptr()); in RunTest()
73 updated_dex_file->Begin(), in RunTest()
74 updated_dex_file->Size()); in RunTest()
77 updated_dex_file->EnableWrite(); in RunTest()
80 cmp = memcmp(original_dex_file->Begin(), updated_dex_file->Begin(), updated_dex_file->Size()); in RunTest()
84 for (uint32_t i = 0; i < updated_dex_file->NumClassDefs(); ++i) { in RunTest()
85 const DexFile::ClassDef& class_def = updated_dex_file->GetClassDef(i); in RunTest()
86 const uint8_t* class_data = updated_dex_file->GetClassData(class_def); in RunTest()
[all …]