HomeSort by relevance Sort by last modified time
    Searched refs:VerifyHeap (Results 1 - 3 of 3) sorted by null

  /art/runtime/
common_test.h 357 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
394 Runtime::Current()->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
  /art/runtime/gc/
heap.h 147 void VerifyHeap() LOCKS_EXCLUDED(Locks::heap_bitmap_lock_);
255 VerifyHeap();
heap.cc 769 void Heap::VerifyHeap() {
    [all...]

Completed in 91 milliseconds