Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dimmune_spaces.cc53 space_end = RoundUp(reinterpret_cast<uintptr_t>(image_space->GetImageEnd()), kPageSize); in CreateLargestImmuneRegion()
/art/runtime/gc/space/
Dimage_space.h166 uint8_t* GetImageEnd() const { in GetImageEnd() function