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

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

Completed in 102 milliseconds