Searched refs:obj_end (Results 1 – 1 of 1) sorted by relevance
150 auto* obj_end = reinterpret_cast<mirror::Object*>(mem_map->End()); in Alloc() local151 space_bitmap = live_bitmap->GetContinuousSpaceBitmap(obj_end - 1); in Alloc()152 CHECK(space_bitmap == nullptr) << obj_end << " overlaps with bitmap " << *space_bitmap; in Alloc()159 uint8_t* obj_end = reinterpret_cast<uint8_t*>(obj) + allocation_size; in Alloc() local160 if (end_ == nullptr || obj_end > end_) { in Alloc()161 end_ = obj_end; in Alloc()