Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1265 mirror::TypeDexCacheType* new_types = fixup_adapter.ForwardObject(types); in RelocateInPlace() local
1266 if (types != new_types) { in RelocateInPlace()
1267 dex_cache->SetResolvedTypes(new_types); in RelocateInPlace()
1269 dex_cache->FixupResolvedTypes<kWithoutReadBarrier>(new_types, fixup_adapter); in RelocateInPlace()