Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc146 auto* obj_end = reinterpret_cast<mirror::Object*>(mem_map->End()); in Alloc() local
147 space_bitmap = live_bitmap->GetContinuousSpaceBitmap(obj_end - 1); in Alloc()
148 CHECK(space_bitmap == nullptr) << obj_end << " overlaps with bitmap " << *space_bitmap; in Alloc()
155 uint8_t* obj_end = reinterpret_cast<uint8_t*>(obj) + allocation_size; in Alloc() local
156 if (end_ == nullptr || obj_end > end_) { in Alloc()
157 end_ = obj_end; in Alloc()