Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1210 PatchObjectVisitor<kPointerSize, ForwardObject, ForwardCode> patch_object_visitor( in RelocateInPlace() local
1249 patch_object_visitor.VisitClass(klass, class_class); in RelocateInPlace()
1256 patch_object_visitor.VisitPointerArray(vtable); in RelocateInPlace()
1271 patch_object_visitor.VisitPointerArray(ifarray); in RelocateInPlace()
1315 patch_object_visitor.PatchGcRoot(&method.DeclaringClassRoot()); in RelocateInPlace()
1325 patch_object_visitor.template PatchGcRoot</*kMayBeNull=*/ false>( in RelocateInPlace()