Home
last modified time | relevance | path

Searched refs:VerifyImageAllocations (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h69 void VerifyImageAllocations()
Dimage_space.cc647 void ImageSpace::VerifyImageAllocations() { in VerifyImageAllocations() function in art::gc::space::ImageSpace
/art/compiler/
Dimage_test.cc175 image_space->VerifyImageAllocations(); in TEST_F()
/art/runtime/
Druntime.cc991 GetHeap()->GetImageSpace()->VerifyImageAllocations(); in Init()