Searched refs:kGcTypePartial (Results 1 – 8 of 8) sorted by relevance
34 kGcTypePartial, enumerator
30 return kGcTypePartial; in GetGcType()
76 return kGcTypePartial; in GetGcType()
74 return kGcTypePartial; in GetGcType()
90 return kGcTypePartial; in GetGcType()
1029 const bool partial = GetGcType() == kGcTypePartial; in RecursiveMark()
219 next_gc_type_(collector::kGcTypePartial), in Heap()2153 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()2160 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()2509 case collector::kGcTypePartial: { in CollectGarbageInternal()
1077 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()