Searched refs:VerifyHeap (Results 1 – 3 of 3) sorted by relevance
370 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test in FinalizeSetup()420 Runtime::Current()->GetHeap()->VerifyHeap(); // Check for heap corruption after the test in TearDown()
265 void VerifyHeap() REQUIRES(!Locks::heap_bitmap_lock_);406 VerifyHeap(); in EnableObjectValidation()
1628 void Heap::VerifyHeap() { in VerifyHeap() function in art::gc::Heap