Home
last modified time | relevance | path

Searched refs:LogHeapCorruption (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dheap_verification_test.cc140 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()
Dverification.h47 void LogHeapCorruption(ObjPtr<mirror::Object> holder,
Dverification.cc85 void Verification::LogHeapCorruption(ObjPtr<mirror::Object> holder, in LogHeapCorruption() function in art::gc::Verification
/art/runtime/gc/collector/
Dconcurrent_copying-inl.h187 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal= */ true); in Mark()
Dconcurrent_copying.cc1166 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()