Home | History | Annotate | Download | only in collector

Lines Matching refs:space

18 #include "gc/space/large_object_space.h"
19 #include "gc/space/space.h"
38 // know what was allocated since the last GC. A side-effect of binding the allocation space mark
40 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
41 if (space->IsContinuousMemMapAllocSpace() &&
42 space->GetGcRetentionPolicy() == space::kGcRetentionPolicyAlwaysCollect) {
43 DCHECK(space->IsContinuousMemMapAllocSpace());
44 space->AsContinuousMemMapAllocSpace()->BindLiveToMarkBitmap();