Searched refs:ifarray (Results 1 – 1 of 1) sorted by relevance
1257 ObjPtr<mirror::PointerArray> ifarray = forward_object(unpatched_ifarray.Ptr()); in RelocateInPlace() local1258 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() local1655 if (!patched_objects->Set(ifarray.Ptr())) { in DoRelocateSpaces()1656 patch_object_visitor.VisitPointerArray(ifarray); in DoRelocateSpaces()