Searched refs:unpatched_ifarray (Results 1 – 1 of 1) sorted by relevance
1253 ObjPtr<mirror::PointerArray> unpatched_ifarray = in RelocateInPlace() local1255 if (unpatched_ifarray != nullptr) { in RelocateInPlace()1257 ObjPtr<mirror::PointerArray> ifarray = forward_object(unpatched_ifarray.Ptr()); in RelocateInPlace()1650 ObjPtr<mirror::PointerArray> unpatched_ifarray = in DoRelocateSpaces() local1652 if (unpatched_ifarray != nullptr) { in DoRelocateSpaces()1654 ObjPtr<mirror::PointerArray> ifarray = relocate_visitor(unpatched_ifarray.Ptr()); in DoRelocateSpaces()