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

/art/runtime/
H A Dcommon_runtime_test.cc225 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
274 Runtime::Current()->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
/art/runtime/gc/
H A Dheap.h234 void VerifyHeap() LOCKS_EXCLUDED(Locks::heap_bitmap_lock_);
346 VerifyHeap();
H A Dheap.cc1194 void Heap::VerifyHeap() { function in class:art::gc::Heap

Completed in 78 milliseconds