Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1257 ObjPtr<mirror::PointerArray> ifarray = forward_object(unpatched_ifarray.Ptr()); in RelocateInPlace() local
1258 if (app_image_objects.InDest(ifarray.Ptr()) && in RelocateInPlace()
1259 !visited_bitmap->Set(ifarray.Ptr())) { in RelocateInPlace()
1260 patch_object_visitor.VisitPointerArray(ifarray); in RelocateInPlace()
1654 ObjPtr<mirror::PointerArray> ifarray = relocate_visitor(unpatched_ifarray.Ptr()); in DoRelocateSpaces() local
1655 if (!patched_objects->Set(ifarray.Ptr())) { in DoRelocateSpaces()
1656 patch_object_visitor.VisitPointerArray(ifarray); in DoRelocateSpaces()