Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap_verification_test.cc142 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()
Dverification.h49 EXPORT void LogHeapCorruption(ObjPtr<mirror::Object> holder,
Dverification.cc95 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.cc1105 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()
Dmark_compact.cc4694 heap_->GetVerification()->LogHeapCorruption(holder, offset, obj, /*fatal*/ true); in MarkObjectNonNullNoPush()