Lines Matching refs:GetLiveBitmap
1015 MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(), in MarkAllocStackAsLive()
1016 (large_object_space_ != nullptr ? large_object_space_->GetLiveBitmap() : nullptr), in MarkAllocStackAsLive()
1031 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in AddSpace()
1049 live_bitmap_->AddLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in AddSpace()
1074 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in RemoveSpace()
1087 live_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in RemoveSpace()
1560 if (c_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1566 if (d_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1599 if (c_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1604 if (d_space != nullptr && d_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1619 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in DumpSpaces()
1663 GetLiveBitmap()->Visit(visitor); in VerifyHeap()
2342 bin_live_bitmap_ = space->GetLiveBitmap(); in BuildBins()
2398 GetHeap()->GetNonMovingSpace()->GetLiveBitmap()->Set(forward_address); in MarkNonForwardedObject()
2552 zygote_space_->GetLiveBitmap()->VisitMarkedRange( in PreZygoteFork()
3046 heap_->GetLiveBitmap()->GetContinuousSpaceBitmap(obj); in VerifyReference()
3235 if (heap_->GetLiveBitmap()->Test(obj)) { in operator ()()
3304 GetLiveBitmap()->Visit(visitor); in VerifyMissingCardMarks()
4146 if (space->GetLiveBitmap() != mark_bitmap) { in ClearMarkedObjects()