Home
last modified time | relevance | path

Searched refs:GetVerification (Results 1 – 10 of 10) sorted by relevance

/art/runtime/gc/
Dheap_verification_test.cc52 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F()
80 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F()
99 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F()
110 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F()
132 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F()
159 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F()
178 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F()
Dheap.h1002 EXPORT const Verification* GetVerification() const;
Dheap.cc4674 const Verification* Heap::GetVerification() const { in GetVerification() function in art::gc::Heap
/art/runtime/gc/collector/
Dmark_compact-inl.h246 << heap_->GetVerification()->DumpRAMAroundAddress( in UpdateRef()
249 << heap_->GetVerification()->DumpRAMAroundAddress( in UpdateRef()
251 << " old_ref " << heap_->GetVerification()->DumpRAMAroundAddress( in UpdateRef()
392 << heap_->GetVerification()->DumpRAMAroundAddress( in PostCompactAddressUnchecked()
Dconcurrent_copying-inl.h187 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal= */ true); in Mark()
Dconcurrent_copying.cc919 << Runtime::Current()->GetHeap()->GetVerification()->DumpObjectInfo(obj, "failed CAS"); in operator ()()
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()
2850 oss << indent << heap_->GetVerification()->DumpObjectInfo(ref, ref_name) << '\n'; in DumpReferenceInfo()
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.cc1578 if (!heap_->GetVerification()->IsValidHeapObjectAddress(klass)) { in IsValidObject()
1581 return heap_->GetVerification()->IsValidClassUnchecked<kWithFromSpaceBarrier>( in IsValidObject()
1618 << heap_->GetVerification()->DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(ref), 128) in VerifyObject()
1620 << heap_->GetVerification()->DumpRAMAroundAddress(reinterpret_cast<uintptr_t>(klass), 128) in VerifyObject()
4694 heap_->GetVerification()->LogHeapCorruption(holder, offset, obj, /*fatal*/ true); in MarkObjectNonNullNoPush()
/art/runtime/
Dmonitor.cc1534 const gc::Verification* v = Runtime::Current()->GetHeap()->GetVerification(); in VisitLocks()
/art/dex2oat/linker/
Dimage_writer.cc1263 << Runtime::Current()->GetHeap()->GetVerification()->FirstPathFromRootSet(klass); in CheckNonImageClassesRemoved()
2336 const gc::Verification* v = Runtime::Current()->GetHeap()->GetVerification(); in VerifyImageBinSlotsAssigned()
/art/dex2oat/
Ddex2oat.cc1810 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak); in CompileDexFilesIndividually()