Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1268 ObjPtr<mirror::PointerArray> ifarray = forward_object(unpatched_ifarray.Ptr()); in RelocateInPlace() local
1269 if (app_image_objects.InDest(ifarray.Ptr()) && in RelocateInPlace()
1270 !visited_bitmap.Set(ifarray.Ptr())) { in RelocateInPlace()
1271 patch_object_visitor.VisitPointerArray(ifarray); in RelocateInPlace()
2638 ObjPtr<mirror::PointerArray> ifarray = in DoRelocateSpaces() local
2640 if (!patched_objects->Set(ifarray.Ptr())) { in DoRelocateSpaces()
2641 main_patch_object_visitor.VisitPointerArray(ifarray); in DoRelocateSpaces()