Searched refs:GetVerification (Results 1 - 7 of 7) sorted by relevance

/art/runtime/gc/
H A Dheap_verification_test.cc49 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification();
77 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification();
91 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification();
102 const Verification* const v = runtime->GetHeap()->GetVerification();
118 const Verification* const v = runtime->GetHeap()->GetVerification();
139 const Verification* const v = runtime->GetHeap()->GetVerification();
159 const Verification* const v = runtime->GetHeap()->GetVerification();
H A Dheap.h834 const Verification* GetVerification() const;
H A Dheap.cc4104 const Verification* Heap::GetVerification() const { function in class:art::gc::Heap
/art/runtime/gc/collector/
H A Dconcurrent_copying-inl.h151 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal */ true);
H A Dconcurrent_copying.cc765 << Runtime::Current()->GetHeap()->GetVerification()->DumpObjectInfo(obj, "failed CAS");
1821 oss << indent << heap_->GetVerification()->DumpObjectInfo(ref, ref_name) << '\n';
2346 heap_->GetVerification()->LogHeapCorruption(holder, offset, from_ref, /* fatal */ true);
2623 heap_->GetVerification()->LogHeapCorruption(holder, offset, ref, /* fatal */ true);
/art/dex2oat/
H A Ddex2oat.cc1792 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak);
/art/dex2oat/linker/
H A Dimage_writer.cc1212 << Runtime::Current()->GetHeap()->GetVerification()->FirstPathFromRootSet(klass);

Completed in 3582 milliseconds