Lines Matching refs:GetLiveBitmap

1027   MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(),  in MarkAllocStackAsLive()
1028 (large_object_space_ != nullptr ? large_object_space_->GetLiveBitmap() : nullptr), in MarkAllocStackAsLive()
1043 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in AddSpace()
1061 live_bitmap_->AddLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in AddSpace()
1086 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in RemoveSpace()
1099 live_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in RemoveSpace()
1580 if (c_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1586 if (d_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1619 if (c_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1624 if (d_space != nullptr && d_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1639 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in DumpSpaces()
1683 GetLiveBitmap()->Visit(visitor); in VerifyHeap()
2200 bin_live_bitmap_ = space->GetLiveBitmap(); in BuildBins()
2257 GetHeap()->GetNonMovingSpace()->GetLiveBitmap()->Set(forward_address); in MarkNonForwardedObject()
2288 if (alloc_space->GetLiveBitmap() != nullptr && alloc_space->HasBoundBitmaps()) { in UnBindBitmaps()
2928 heap_->GetLiveBitmap()->GetContinuousSpaceBitmap(obj); in VerifyReference()
3117 if (heap_->GetLiveBitmap()->Test(obj)) { in operator ()()
3186 GetLiveBitmap()->Visit(visitor); in VerifyMissingCardMarks()
4031 if (space->GetLiveBitmap() != nullptr && !space->HasBoundBitmaps()) { in ClearMarkedObjects()