Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.cc986 uintptr_t object_end = reinterpret_cast<uintptr_t>(obj) + obj->SizeOf(); in GetLongestConsecutiveFreeBytes() local
987 prev_object_end = RoundUp(object_end, kAlignment); in GetLongestConsecutiveFreeBytes()