Lines Matching refs:ForwardObject
679 ALWAYS_INLINE T* ForwardObject(T* src) const { in ForwardObject() function in art::gc::space::FixupVisitor
727 return ForwardObject(obj); in operator ()()
746 mirror::Object* new_ref = ForwardObject(ref); in VisitRoot()
782 obj->SetFieldObjectWithoutWriteBarrier<false, true, kVerifyNone>(offset, ForwardObject(ref)); in operator ()()
812 ForwardObject(obj)); in operator ()()
828 mirror::Class* new_klass = down_cast<mirror::Class*>(ForwardObject(klass)); in operator ()()
887 return visitor_->ForwardObject(src); in operator ()()
921 ImtConflictTable* new_table = ForwardObject(table); in Visit()
1070 GcRoot<mirror::String>* new_strings = fixup_adapter.ForwardObject(strings); in RelocateInPlace()
1078 GcRoot<mirror::Class>* new_types = fixup_adapter.ForwardObject(types); in RelocateInPlace()
1086 ArtMethod** new_methods = fixup_adapter.ForwardObject(methods); in RelocateInPlace()
1092 ArtMethod* copy = fixup_adapter.ForwardObject(orig); in RelocateInPlace()
1100 ArtField** new_fields = fixup_adapter.ForwardObject(fields); in RelocateInPlace()
1106 ArtField* copy = fixup_adapter.ForwardObject(orig); in RelocateInPlace()