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.cc611 void ImageSpace::VerifyImageAllocations() { in VerifyImageAllocations() function in art::gc::space::ImageSpace
/art/compiler/
Dimage_test.cc170 image_space->VerifyImageAllocations(); in TEST_F()
/art/runtime/
Druntime.cc819 GetHeap()->GetImageSpace()->VerifyImageAllocations(); in Init()