Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc555 ALWAYS_INLINE void PatchGcRoot(/*inout*/GcRoot<T>* root) const in PatchGcRoot() function in art::gc::space::ImageSpace::PatchObjectVisitor
605 PatchGcRoot(&(reinterpret_cast<mirror::DexCachePair<T>*>(array)[index].object)); in FixupDexCacheArrayEntry()
624 PatchGcRoot(&array[index]); in FixupDexCacheArrayEntry()
629 PatchGcRoot(&array[index]); in FixupDexCacheArrayEntry()
1589 patch_object_visitor.template PatchGcRoot</*kMayBeNull=*/ false>( in DoRelocateSpaces()
1594 patch_object_visitor.PatchGcRoot(&method.DeclaringClassRoot()); in DoRelocateSpaces()
1614 patch_object_visitor.template PatchGcRoot</*kMayBeNull=*/ false>(&slot); in DoRelocateSpaces()