Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1204 FixupObjectAdapter fixup_adapter(boot_image, boot_oat, app_image, app_oat); in RelocateInPlace() local
1237 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 …]