Lines Matching refs:holder
502 ObjPtr<mirror::Object> holder, in CheckReference() argument
511 << mirror::Object::PrettyTypeOf(ref) << " in holder " << holder << " " in CheckReference()
512 << mirror::Object::PrettyTypeOf(holder) << " offset=" << offset.Uint32Value(); in CheckReference()
544 VerifyNoMissingCardMarkVisitor(ConcurrentCopying* cc, ObjPtr<mirror::Object> holder) in VerifyNoMissingCardMarkVisitor() argument
546 holder_(holder) {} in VerifyNoMissingCardMarkVisitor()
1155 mirror::Object* holder = nullptr) const in operator ()() argument
1161 collector_->AssertToSpaceInvariant(holder, offset, ref); in operator ()()
2339 mirror::Object* holder, in Copy() argument
2346 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal */ true); in Copy()
2574 mirror::Object* holder, in MarkNonMoving() argument
2623 heap_->GetVerification()->LogHeapCorruption(holder, offset, ref, /* fatal */ true); in MarkNonMoving()