Lines Matching refs:holder
616 ObjPtr<mirror::Object> holder, in CheckReference() argument
627 << mirror::Object::PrettyTypeOf(ref) << " in holder " << holder << " " in CheckReference()
628 << mirror::Object::PrettyTypeOf(holder) << " offset=" << offset.Uint32Value(); in CheckReference()
660 VerifyNoMissingCardMarkVisitor(ConcurrentCopying* cc, ObjPtr<mirror::Object> holder) in VerifyNoMissingCardMarkVisitor() argument
662 holder_(holder) {} in VerifyNoMissingCardMarkVisitor()
1830 mirror::Object* holder = nullptr) const in operator ()() argument
1836 collector_->AssertToSpaceInvariant(holder, offset, ref); in operator ()()
3316 mirror::Object* holder, in Copy() argument
3325 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal= */ true); in Copy()
3541 mirror::Object* holder, in MarkNonMoving() argument
3557 heap_->GetVerification()->LogHeapCorruption(holder, offset, ref, /* fatal= */ true); in MarkNonMoving()