Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_write_read_test.cc44 gc::space::ContinuousSpace* space = heap->GetNonMovingSpace(); in TestWriteRead()
90 ASSERT_TRUE(heap->GetNonMovingSpace()->IsMallocSpace()); in TestWriteRead()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc184 auto* space = heap->GetNonMovingSpace(); in RunTest()
/art/runtime/gc/collector/
Dsemi_space.cc143 fallback_space_ = GetHeap()->GetNonMovingSpace(); in InitializePhase()
305 DCHECK(space == heap_->GetNonMovingSpace() || space == heap_->GetPrimaryFreeListSpace()) in MarkReachableObjects()
Dmark_sweep.cc374 if (space != heap_->GetNonMovingSpace()) { in FindDefaultSpaceBitmap()
1225 if (space == heap_->GetNonMovingSpace()) { in SweepArray()
/art/runtime/gc/
Dheap.h730 space::MallocSpace* GetNonMovingSpace() const { in GetNonMovingSpace() function