Lines Matching refs:GetLiveBitmap
1044 GetLiveBitmap()->Walk(callback, arg); in VisitObjectsInternal()
1054 MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(), in MarkAllocStackAsLive()
1055 (large_object_space_ != nullptr ? large_object_space_->GetLiveBitmap() : nullptr), in MarkAllocStackAsLive()
1070 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in AddSpace()
1086 live_bitmap_->AddLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in AddSpace()
1111 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in RemoveSpace()
1124 live_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in RemoveSpace()
1529 if (c_space->GetLiveBitmap()->Test(obj)) { in IsLiveObjectLocked()
1535 if (d_space->GetLiveBitmap()->Test(obj)) { in IsLiveObjectLocked()
1568 if (c_space->GetLiveBitmap()->Test(obj)) { in IsLiveObjectLocked()
1573 if (d_space != nullptr && d_space->GetLiveBitmap()->Test(obj)) { in IsLiveObjectLocked()
1588 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in DumpSpaces()
1630 GetLiveBitmap()->Walk(Heap::VerificationCallback, this); in VerifyHeap()
2316 bin_live_bitmap_ = space->GetLiveBitmap(); in BuildBins()
2383 GetHeap()->GetNonMovingSpace()->GetLiveBitmap()->Set(forward_address); in MarkNonForwardedObject()
2956 heap_->GetLiveBitmap()->GetContinuousSpaceBitmap(obj); in VerifyReference()
3148 if (heap_->GetLiveBitmap()->Test(obj)) { in operator ()()
3216 GetLiveBitmap()->Visit(visitor); in VerifyMissingCardMarks()
3974 if (space->GetLiveBitmap() != mark_bitmap) { in ClearMarkedObjects()