Home
last modified time | relevance | path

Searched refs:VerifyHeap (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dcommon_runtime_test.cc352 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test in SetUp()
406 Runtime::Current()->GetHeap()->VerifyHeap(); // Check for heap corruption after the test in TearDown()
/art/runtime/gc/
Dheap.h255 void VerifyHeap() LOCKS_EXCLUDED(Locks::heap_bitmap_lock_);
371 VerifyHeap(); in EnableObjectValidation()
Dheap.cc1449 void Heap::VerifyHeap() { in VerifyHeap() function in art::gc::Heap