Home
last modified time | relevance | path

Searched refs:kEvacModeNewlyAllocated (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dregion_space.h52 kEvacModeNewlyAllocated, enumerator
Dregion_space.cc223 DCHECK(GetUseGenerationalCC() || (evac_mode != kEvacModeNewlyAllocated)); in ShouldBeEvacuated()
/art/runtime/gc/collector/
Dconcurrent_copying.cc529 evac_mode = space::RegionSpace::kEvacModeNewlyAllocated; in Run()