Home
last modified time | relevance | path

Searched refs:GetNonMovingSpace (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc78 space == GetHeap()->GetNonMovingSpace()); in BindBitmaps()
166 fallback_space_ = GetHeap()->GetNonMovingSpace(); in InitializePhase()
358 DCHECK(space == heap_->GetNonMovingSpace() || space == heap_->GetPrimaryFreeListSpace()) in MarkReachableObjects()
Dmark_sweep.cc372 if (space != heap_->GetNonMovingSpace()) { in FindDefaultSpaceBitmap()
1224 if (space == heap_->GetNonMovingSpace()) { in SweepArray()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc183 auto* space = heap->GetNonMovingSpace(); in RunTest()
/art/dex2oat/linker/
Dimage_test.h413 gc::space::ContinuousSpace* space = heap->GetNonMovingSpace(); in TestWriteRead()
459 ASSERT_TRUE(heap->GetNonMovingSpace()->IsMallocSpace()); in TestWriteRead()
/art/runtime/gc/
Dheap.h663 space::MallocSpace* GetNonMovingSpace() const { in GetNonMovingSpace() function
Dheap.cc2245 GetHeap()->GetNonMovingSpace()->GetLiveBitmap()->Set(forward_address); in MarkNonForwardedObject()
2246 GetHeap()->GetNonMovingSpace()->GetMarkBitmap()->Set(forward_address); in MarkNonForwardedObject()