Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.cc29 static constexpr uint kEvaculateLivePercentThreshold = 75U; variable
134 result = live_percent < kEvaculateLivePercentThreshold; in ShouldBeEvacuated()