Searched refs:updated_dex_file (Results 1 – 1 of 1) sorted by relevance
63 const DexFile* updated_dex_file = nullptr; in RunTest() local67 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 …]