Searched refs:fixup_adapter (Results 1 – 1 of 1) sorted by relevance
1204 FixupObjectAdapter fixup_adapter(boot_image, boot_oat, app_image, app_oat); in RelocateInPlace() local1237 mirror::StringDexCacheType* new_strings = fixup_adapter.ForwardObject(strings); in RelocateInPlace()1241 dex_cache->FixupStrings<kWithoutReadBarrier>(new_strings, fixup_adapter); in RelocateInPlace()1245 mirror::TypeDexCacheType* new_types = fixup_adapter.ForwardObject(types); in RelocateInPlace()1249 dex_cache->FixupResolvedTypes<kWithoutReadBarrier>(new_types, fixup_adapter); in RelocateInPlace()1253 ArtMethod** new_methods = fixup_adapter.ForwardObject(methods); in RelocateInPlace()1259 ArtMethod* copy = fixup_adapter.ForwardObject(orig); in RelocateInPlace()1267 mirror::FieldDexCacheType* new_fields = fixup_adapter.ForwardObject(fields); in RelocateInPlace()1274 mirror::FieldDexCachePair copy(fixup_adapter.ForwardObject(orig.object), orig.index); in RelocateInPlace()1284 fixup_adapter.ForwardObject(method_types); in RelocateInPlace()[all …]