Searched refs:GetVerification (Results 1 – 10 of 10) sorted by relevance
/art/runtime/gc/ |
D | heap_verification_test.cc | 52 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()
|
D | heap.h | 1002 EXPORT const Verification* GetVerification() const;
|
D | heap.cc | 4674 const Verification* Heap::GetVerification() const { in GetVerification() function in art::gc::Heap
|
/art/runtime/gc/collector/ |
D | mark_compact-inl.h | 246 << 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()
|
D | concurrent_copying-inl.h | 187 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal= */ true); in Mark()
|
D | concurrent_copying.cc | 919 << 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()
|
D | mark_compact.cc | 1578 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/ |
D | monitor.cc | 1534 const gc::Verification* v = Runtime::Current()->GetHeap()->GetVerification(); in VisitLocks()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1263 << Runtime::Current()->GetHeap()->GetVerification()->FirstPathFromRootSet(klass); in CheckNonImageClassesRemoved() 2336 const gc::Verification* v = Runtime::Current()->GetHeap()->GetVerification(); in VerifyImageBinSlotsAssigned()
|
/art/dex2oat/ |
D | dex2oat.cc | 1810 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak); in CompileDexFilesIndividually()
|