Home
last modified time | relevance | path

Searched refs:kGcRetentionPolicyAlwaysCollect (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/runtime/gc/collector/
H A Dsticky_mark_sweep.cc44 space->GetGcRetentionPolicy() == space::kGcRetentionPolicyAlwaysCollect) { in BindBitmaps()
H A Dgarbage_collector.cc231 if (space->GetGcRetentionPolicy() == space::kGcRetentionPolicyAlwaysCollect || in SwapBitmaps()
H A Dmark_sweep.cc371 space->GetGcRetentionPolicy() == space::kGcRetentionPolicyAlwaysCollect) { in FindDefaultSpaceBitmap()
966 case space::kGcRetentionPolicyAlwaysCollect: in ScanGrayObjects()
1039 if ((space->GetGcRetentionPolicy() == space::kGcRetentionPolicyAlwaysCollect) || in RecursiveMark()
H A Dconcurrent_copying.cc354 DCHECK_EQ(space->GetGcRetentionPolicy(), space::kGcRetentionPolicyAlwaysCollect); in BindBitmaps()
/aosp12/art/runtime/gc/space/
H A Dbump_pointer_space.cc53 kGcRetentionPolicyAlwaysCollect), in BumpPointerSpace()
67 kGcRetentionPolicyAlwaysCollect), in BumpPointerSpace()
H A Dmalloc_space.cc57 name, std::move(mem_map), begin, end, limit, kGcRetentionPolicyAlwaysCollect), in MallocSpace()
H A Dspace.h62 kGcRetentionPolicyAlwaysCollect, enumerator
H A Dlarge_object_space.cc114 : DiscontinuousSpace(name, kGcRetentionPolicyAlwaysCollect), in LargeObjectSpace()
H A Dregion_space.cc108 kGcRetentionPolicyAlwaysCollect), in RegionSpace()