Searched refs:obj_end (Results 1 – 1 of 1) sorted by relevance
146 auto* obj_end = reinterpret_cast<mirror::Object*>(mem_map->End()); in Alloc() local147 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() local156 if (end_ == nullptr || obj_end > end_) { in Alloc()157 end_ = obj_end; in Alloc()