Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc241 const uint8_t* current_heap = image_spaces[i]->Begin(); in VerifyBootImagesContiguity() local
245 CHECK_EQ(current_heap, image_spaces[i + j]->Begin()); in VerifyBootImagesContiguity()
247 current_heap += RoundUp(current_header.GetImageSize(), kPageSize); in VerifyBootImagesContiguity()
252 CHECK_EQ(current_heap, image_spaces[i]->GetImageHeader().GetOatFileBegin()); in VerifyBootImagesContiguity()