Searched refs:LogHeapCorruption (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/ |
D | heap_verification_test.cc | 140 TEST_F(VerificationTest, LogHeapCorruption) { in TEST_F() argument 160 v->LogHeapCorruption(arr.Get(), ObjArray::DataOffset(kHeapReferenceSize), string.Get(), false); in TEST_F() 161 v->LogHeapCorruption(string.Get(), mirror::Object::ClassOffset(), string->GetClass(), false); in TEST_F() 163 v->LogHeapCorruption(nullptr, MemberOffset(0), string.Get(), false); in TEST_F() 164 v->LogHeapCorruption(nullptr, MemberOffset(0), arr.Get(), false); in TEST_F()
|
D | verification.h | 47 void LogHeapCorruption(ObjPtr<mirror::Object> holder,
|
D | verification.cc | 85 void Verification::LogHeapCorruption(ObjPtr<mirror::Object> holder, in LogHeapCorruption() function in art::gc::Verification
|
/art/runtime/gc/collector/ |
D | concurrent_copying-inl.h | 187 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal= */ true); in Mark()
|
D | concurrent_copying.cc | 1166 heap_->GetVerification()->LogHeapCorruption(/* obj */ nullptr, in TestAndSetMarkBitForRef() 1195 heap_->GetVerification()->LogHeapCorruption(/* obj */ nullptr, in TestMarkBitmapForRef() 2199 heap_->GetVerification()->LogHeapCorruption(/* obj */ nullptr, in ProcessMarkStackRef() 3325 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal= */ true); in Copy() 3557 heap_->GetVerification()->LogHeapCorruption(holder, offset, ref, /* fatal= */ true); in MarkNonMoving()
|