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.cc1434 PatchObjectVisitor<kPointerSize, ForwardObject, ForwardCode> patch_object_visitor( in RelocateInPlace() local
1473 patch_object_visitor.VisitClass(klass, class_class); in RelocateInPlace()
1480 patch_object_visitor.VisitPointerArray(vtable); in RelocateInPlace()
1495 patch_object_visitor.VisitPointerArray(ifarray); in RelocateInPlace()
1526 patch_object_visitor.VisitDexCacheArrays(dex_cache); in RelocateInPlace()
1548 patch_object_visitor.PatchGcRoot(&method.DeclaringClassRoot()); in RelocateInPlace()
1558 patch_object_visitor.template PatchGcRoot</*kMayBeNull=*/ false>( in RelocateInPlace()