Searched refs:LogHeapCorruption (Results 1 – 6 of 6) sorted by relevance
/art/runtime/gc/ |
D | heap_verification_test.cc | 142 TEST_F(VerificationTest, LogHeapCorruption) { in TEST_F() argument 162 v->LogHeapCorruption(arr.Get(), ObjArray::DataOffset(kHeapReferenceSize), string.Get(), false); in TEST_F() 163 v->LogHeapCorruption(string.Get(), mirror::Object::ClassOffset(), string->GetClass(), false); in TEST_F() 165 v->LogHeapCorruption(nullptr, MemberOffset(0), string.Get(), false); in TEST_F() 166 v->LogHeapCorruption(nullptr, MemberOffset(0), arr.Get(), false); in TEST_F()
|
D | verification.h | 49 EXPORT void LogHeapCorruption(ObjPtr<mirror::Object> holder,
|
D | verification.cc | 95 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 | 1105 collector_->heap_->GetVerification()->LogHeapCorruption(obj, offset, ref, /* fatal */ true); in operator ()() 1225 heap_->GetVerification()->LogHeapCorruption(/* obj */ nullptr, in TestAndSetMarkBitForRef() 1254 heap_->GetVerification()->LogHeapCorruption(/* obj */ nullptr, in TestMarkBitmapForRef() 2314 heap_->GetVerification()->LogHeapCorruption(/* obj */ nullptr, in ProcessMarkStackRef() 3462 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal= */ true); in Copy() 3689 heap_->GetVerification()->LogHeapCorruption(holder, offset, ref, /* fatal= */ true); in MarkNonMoving()
|
D | mark_compact.cc | 4694 heap_->GetVerification()->LogHeapCorruption(holder, offset, obj, /*fatal*/ true); in MarkObjectNonNullNoPush()
|