Searched refs:ifarray (Results 1 – 1 of 1) sorted by relevance
1357 ObjPtr<mirror::PointerArray> ifarray = forward_object(unpatched_ifarray.Ptr()); in RelocateInPlace() local1358 if (app_image_objects.InDest(ifarray.Ptr()) && in RelocateInPlace()1359 !visited_bitmap.Set(ifarray.Ptr())) { in RelocateInPlace()1360 patch_object_visitor.VisitPointerArray(ifarray); in RelocateInPlace()2667 ObjPtr<mirror::PointerArray> ifarray = in DoRelocateSpaces() local2669 if (!patched_objects->Set(ifarray.Ptr())) { in DoRelocateSpaces()2670 main_patch_object_visitor.VisitPointerArray(ifarray); in DoRelocateSpaces()