Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h490 GcRoot<mirror::Class>* new_types = visitor(old_types); in UpdateObjectsForImageRelocation() local
491 if (old_types != new_types) { in UpdateObjectsForImageRelocation()
492 SetDexCacheResolvedTypes(new_types, pointer_size); in UpdateObjectsForImageRelocation()
/art/runtime/gc/space/
Dimage_space.cc1078 GcRoot<mirror::Class>* new_types = fixup_adapter.ForwardObject(types); in RelocateInPlace() local
1079 if (types != new_types) { in RelocateInPlace()
1080 dex_cache->SetResolvedTypes(new_types); in RelocateInPlace()
1082 dex_cache->FixupResolvedTypes<kWithoutReadBarrier>(new_types, fixup_adapter); in RelocateInPlace()