Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc1355 ObjPtr<mirror::PointerArray> unpatched_ifarray = in RelocateInPlace() local
1357 if (unpatched_ifarray != nullptr) { in RelocateInPlace()
1359 ObjPtr<mirror::PointerArray> ifarray = forward_object(unpatched_ifarray.Ptr()); in RelocateInPlace()
2676 ObjPtr<mirror::PointerArray> unpatched_ifarray = in DoRelocateSpaces() local
2678 if (kExtension ? simple_relocate_visitor.InSource(unpatched_ifarray.Ptr()) in DoRelocateSpaces()
2679 : unpatched_ifarray != nullptr) { in DoRelocateSpaces()
2682 simple_relocate_visitor(unpatched_ifarray.Ptr()); in DoRelocateSpaces()