Lines Matching refs:GetLiveBitmap
1074 MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(), in MarkAllocStackAsLive()
1075 (large_object_space_ != nullptr ? large_object_space_->GetLiveBitmap() : nullptr), in MarkAllocStackAsLive()
1090 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in AddSpace()
1108 live_bitmap_->AddLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in AddSpace()
1133 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in RemoveSpace()
1146 live_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in RemoveSpace()
1636 if (c_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1642 if (d_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1675 if (c_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1680 if (d_space != nullptr && d_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1695 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in DumpSpaces()
1739 GetLiveBitmap()->Visit(visitor); in VerifyHeap()
2197 bin_live_bitmap_ = space->GetLiveBitmap(); in BuildBins()
2254 GetHeap()->GetNonMovingSpace()->GetLiveBitmap()->Set(forward_address); in MarkNonForwardedObject()
2285 if (alloc_space->GetLiveBitmap() != nullptr && alloc_space->HasBoundBitmaps()) { in UnBindBitmaps()
2952 heap_->GetLiveBitmap()->GetContinuousSpaceBitmap(obj); in VerifyReference()
3147 if (heap_->GetLiveBitmap()->Test(obj)) { in operator ()()
3216 GetLiveBitmap()->Visit(visitor); in VerifyMissingCardMarks()
4089 if (space->GetLiveBitmap() != nullptr && !space->HasBoundBitmaps()) { in ClearMarkedObjects()