Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc403 PatchGcRoot(array->GetGcRootAddress(i)); in VisitGcRootDexCacheArray()
439 ALWAYS_INLINE void PatchGcRoot(/*inout*/GcRoot<T>* root) const in PatchGcRoot() function in art::gc::space::ImageSpace::PatchObjectVisitor
1414 patch_object_visitor.PatchGcRoot(&method.DeclaringClassRoot()); in RelocateInPlace()
1424 patch_object_visitor.template PatchGcRoot</*kMayBeNull=*/ false>( in RelocateInPlace()
2600 simple_patch_object_visitor.template PatchGcRoot</*kMayBeNull=*/ false>( in DoRelocateSpaces()
2605 main_patch_object_visitor.PatchGcRoot(&method.DeclaringClassRoot()); in DoRelocateSpaces()
2631 simple_patch_object_visitor.template PatchGcRoot</*kMayBeNull=*/ false>(&slot); in DoRelocateSpaces()