Home
last modified time | relevance | path

Searched refs:GetLiveBitmap (Results 1 – 25 of 30) sorted by relevance

12

/art/runtime/gc/space/
Dspace.cc91 accounting::ContinuousSpaceBitmap* live_bitmap = GetLiveBitmap(); in Sweep()
115 DCHECK(GetLiveBitmap() != nullptr); in HasBoundBitmaps()
118 return GetLiveBitmap()->Begin() == GetMarkBitmap()->Begin(); in HasBoundBitmaps()
Dlarge_object_space_test.cc49 CHECK_LT(static_cast<uintptr_t>(los->GetLiveBitmap()->HeapBegin()), in LargeObjectTest()
50 static_cast<uintptr_t>(los->GetLiveBitmap()->HeapLimit())); in LargeObjectTest()
51 CHECK_LE(static_cast<uintptr_t>(los->GetLiveBitmap()->HeapBegin() + capacity), in LargeObjectTest()
52 static_cast<uintptr_t>(los->GetLiveBitmap()->HeapLimit())); in LargeObjectTest()
Dzygote_space.cc61 GetLiveBitmap()->VisitMarkedRange(reinterpret_cast<uintptr_t>(Begin()), in SetMarkBitInLiveObjects()
126 accounting::ContinuousSpaceBitmap* bitmap = zygote_space->GetLiveBitmap(); in SweepCallback()
Dspace.h301 virtual accounting::ContinuousSpaceBitmap* GetLiveBitmap() = 0;
352 accounting::LargeObjectBitmap* GetLiveBitmap() { in GetLiveBitmap() function
442 accounting::ContinuousSpaceBitmap* GetLiveBitmap() override { in GetLiveBitmap() function
Dmalloc_space.cc267 accounting::ContinuousSpaceBitmap* bitmap = space->GetLiveBitmap(); in SweepCallback()
282 GetLiveBitmap()->SetHeapSize(new_capacity); in ClampGrowthLimit()
Dregion_space.cc506 GetLiveBitmap()->ClearRange( in ClearFromSpace()
546 GetLiveBitmap()->ClearRange( in ClearFromSpace()
596 GetLiveBitmap()->ClearRange( in ClearFromSpace()
663 GetLiveBitmap()->VisitMarkedRange(reinterpret_cast<uintptr_t>(r->Begin()), in CheckLiveBytesAgainstRegionBitmap()
711 GetLiveBitmap()->VisitMarkedRange(reinterpret_cast<uintptr_t>(r->Begin()), in PoisonDeadObjectsInUnevacuatedRegion()
Dbump_pointer_space.h109 accounting::ContinuousSpaceBitmap* GetLiveBitmap() override { in GetLiveBitmap() function
Dlarge_object_space.cc651 accounting::LargeObjectBitmap* bitmap = space->GetLiveBitmap(); in SweepCallback()
664 accounting::LargeObjectBitmap* live_bitmap = GetLiveBitmap(); in Sweep()
Dimage_space.h197 accounting::ContinuousSpaceBitmap* GetLiveBitmap() override { in GetLiveBitmap() function
Dregion_space-inl.h279 GetLiveBitmap()->VisitMarkedRange( in WalkNonLargeRegion()
Dregion_space.h113 accounting::ContinuousSpaceBitmap* GetLiveBitmap() override { in GetLiveBitmap() function
/art/runtime/gc/collector/
Dsemi_space.cc70 } else if (space->GetLiveBitmap() != nullptr) { in BindBitmaps()
137 to_space_live_bitmap_ = to_space_->GetLiveBitmap(); in InitializePhase()
298 } else if (space->IsImageSpace() && space->GetLiveBitmap() != nullptr) { in MarkReachableObjects()
316 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in MarkReachableObjects()
329 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in MarkReachableObjects()
442 accounting::ContinuousSpaceBitmap* bitmap = fallback_space_->GetLiveBitmap(); in MarkNonForwardedObject()
Dimmune_spaces.cc111 if (space->GetLiveBitmap() != nullptr && !space->HasBoundBitmaps()) { in AddSpace()
Dmark_sweep.cc325 space->GetLiveBitmap()->VisitMarkedRange(reinterpret_cast<uintptr_t>(space->Begin()), in UpdateAndMarkModUnion()
614 if (heap->GetLiveBitmap()->GetContinuousSpaceBitmap(root) == nullptr) { in VisitRoot()
1118 if (!heap_->GetLiveBitmap()->Test(obj)) { in VerifyIsLive()
1224 space->GetLiveBitmap() != nullptr) { in SweepArray()
1240 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in SweepArray()
1280 accounting::LargeObjectBitmap* large_live_objects = large_object_space->GetLiveBitmap(); in SweepArray()
Dconcurrent_copying.cc669 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in VerifyGrayImmuneObjects()
754 heap_->GetLiveBitmap()->Visit(visitor); in VerifyNoMissingCardMarks()
1395 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in MarkingPhase()
1567 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in CopyingPhase()
2545 space->GetLiveBitmap() == nullptr) { in SweepArray()
2549 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in SweepArray()
2589 accounting::LargeObjectBitmap* large_live_objects = large_object_space->GetLiveBitmap(); in SweepArray()
2623 accounting::LargeObjectBitmap* const live_bitmap = los->GetLiveBitmap(); in MarkZygoteLargeObjects()
2677 heap_->non_moving_space_->GetLiveBitmap()->Begin()); in CaptureRssAtPeak()
2680 bitmap = heap_->non_moving_space_->GetLiveBitmap(); in CaptureRssAtPeak()
[all …]
Dgarbage_collector.cc292 if (space->GetLiveBitmap() != nullptr && !space->HasBoundBitmaps()) { in SwapBitmaps()
Dimmune_spaces_test.cc185 accounting::ContinuousSpaceBitmap* GetLiveBitmap() override { in GetLiveBitmap() function in art::gc::collector::FakeSpace
Dmark_compact.cc760 accounting::LargeObjectBitmap* const live_bitmap = los->GetLiveBitmap(); in MarkZygoteLargeObjects()
952 accounting::ContinuousSpaceBitmap* bitmap = non_moving_space_->GetLiveBitmap(); in InitNonMovingSpaceFirstObjects()
3117 non_moving_space_bitmap_ = non_moving_space_->GetLiveBitmap(); in CompactionPause()
3163 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in CompactionPause()
/art/runtime/gc/accounting/
Dmod_union_table.cc352 ContinuousSpaceBitmap* live_bitmap = space_->GetLiveBitmap(); in Verify()
390 ContinuousSpaceBitmap* live_bitmap = space_->GetLiveBitmap(); in VisitObjects()
440 ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in UpdateAndMarkReferences()
512 bitmap_(space->GetLiveBitmap()), in CardBitVisitor()
571 space_->GetLiveBitmap()->VisitMarkedRange(start, in VisitObjects()
Dremembered_set.cc139 ContinuousSpaceBitmap* bitmap = space_->GetLiveBitmap(); in UpdateAndMarkReferences()
Dmod_union_table_test.cc62 space->GetLiveBitmap()->Set(obj); in AllocObjectArray()
/art/runtime/gc/
Dheap-visit-objects-inl.h162 GetLiveBitmap()->Visit<Visitor>(visitor); in VisitObjectsInternal()
Dheap.cc1158 MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(), in MarkAllocStackAsLive()
1159 (large_object_space_ != nullptr ? large_object_space_->GetLiveBitmap() : nullptr), in MarkAllocStackAsLive()
1174 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in AddSpace()
1192 live_bitmap_->AddLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in AddSpace()
1217 accounting::ContinuousSpaceBitmap* live_bitmap = continuous_space->GetLiveBitmap(); in RemoveSpace()
1230 live_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in RemoveSpace()
1776 if (c_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1782 if (d_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1815 if (c_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1820 if (d_space != nullptr && d_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
[all …]
/art/runtime/jit/
Djit_code_cache.h494 CodeCacheBitmap* GetLiveBitmap() const { in GetLiveBitmap() function
Djit_code_cache.cc1073 MarkCodeClosure closure(this, GetLiveBitmap(), &barrier); in MarkCompiledCodeOnThreadStacks()
1106 if (GetLiveBitmap()->Test(allocation)) { in RemoveUnmarkedCode()
1131 } else if (!GetLiveBitmap()->Test(FromCodeToAllocation(data.GetCode()))) { in RemoveUnmarkedCode()

12