Home
last modified time | relevance | path

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

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