HomeSort by relevance Sort by last modified time
    Searched refs:LogHeapCorruption (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/
heap_verification_test.cc 128 TEST_F(VerificationTest, LogHeapCorruption) {
142 v->LogHeapCorruption(arr.Get(), ObjArray::DataOffset(kHeapReferenceSize), string.Get(), false);
143 v->LogHeapCorruption(string.Get(), mirror::Object::ClassOffset(), string->GetClass(), false);
145 v->LogHeapCorruption(nullptr, MemberOffset(0), string.Get(), false);
146 v->LogHeapCorruption(nullptr, MemberOffset(0), arr.Get(), false);
verification.h 47 void LogHeapCorruption(ObjPtr<mirror::Object> holder,
verification.cc 83 void Verification::LogHeapCorruption(ObjPtr<mirror::Object> holder,
  /art/runtime/gc/collector/
concurrent_copying.cc     [all...]

Completed in 438 milliseconds