Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc561 ALWAYS_INLINE void PatchGcRoot(/*inout*/GcRoot<T>* root) const in PatchGcRoot() function in art::gc::space::ImageSpace::PatchObjectVisitor
611 PatchGcRoot(&(reinterpret_cast<mirror::DexCachePair<T>*>(array)[index].object)); in FixupDexCacheArrayEntry()
630 PatchGcRoot(&array[index]); in FixupDexCacheArrayEntry()
635 PatchGcRoot(&array[index]); in FixupDexCacheArrayEntry()
1548 patch_object_visitor.PatchGcRoot(&method.DeclaringClassRoot()); in RelocateInPlace()
1558 patch_object_visitor.template PatchGcRoot</*kMayBeNull=*/ false>( in RelocateInPlace()
2869 simple_patch_object_visitor.template PatchGcRoot</*kMayBeNull=*/ false>( in DoRelocateSpaces()
2874 main_patch_object_visitor.PatchGcRoot(&method.DeclaringClassRoot()); in DoRelocateSpaces()
2895 simple_patch_object_visitor.template PatchGcRoot</*kMayBeNull=*/ false>(&slot); in DoRelocateSpaces()