Searched refs:GetVerification (Results 1 – 7 of 7) sorted by relevance
/art/runtime/gc/ |
D | heap_verification_test.cc | 50 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F() 78 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F() 97 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F() 108 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F() 130 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F() 157 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F() 176 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F()
|
D | heap.h | 896 const Verification* GetVerification() const;
|
D | heap.cc | 4397 const Verification* Heap::GetVerification() const { in GetVerification() function in art::gc::Heap
|
/art/runtime/gc/collector/ |
D | concurrent_copying-inl.h | 187 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal= */ true); in Mark()
|
D | concurrent_copying.cc | 895 << Runtime::Current()->GetHeap()->GetVerification()->DumpObjectInfo(obj, "failed CAS"); in operator ()() 1166 heap_->GetVerification()->LogHeapCorruption(/* obj */ nullptr, in TestAndSetMarkBitForRef() 1195 heap_->GetVerification()->LogHeapCorruption(/* obj */ nullptr, in TestMarkBitmapForRef() 2199 heap_->GetVerification()->LogHeapCorruption(/* obj */ nullptr, in ProcessMarkStackRef() 2719 oss << indent << heap_->GetVerification()->DumpObjectInfo(ref, ref_name) << '\n'; in DumpReferenceInfo() 3325 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal= */ true); in Copy() 3557 heap_->GetVerification()->LogHeapCorruption(holder, offset, ref, /* fatal= */ true); in MarkNonMoving()
|
/art/dex2oat/ |
D | dex2oat.cc | 1718 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak); in CompileDexFilesIndividually()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1817 << Runtime::Current()->GetHeap()->GetVerification()->FirstPathFromRootSet(klass); in CheckNonImageClassesRemoved()
|