Searched refs:los_size (Results 1 – 1 of 1) sorted by relevance
2827 size_t los_size = 0; in UpdateMovingSpaceBlackAllocations() local2829 los_size = heap_->GetLargeObjectsSpace()->GetBytesAllocated(); in UpdateMovingSpaceBlackAllocations()2834 CHECK_GE(heap_->GetBytesAllocated() - black_objs_slide_diff_, moving_space_size + los_size) in UpdateMovingSpaceBlackAllocations()2837 << " large-object-space size:" << los_size in UpdateMovingSpaceBlackAllocations()