Home
last modified time | relevance | path

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

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