Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc801 static const intptr_t kFreenessThreshold = 50; in CollectEvacuationCandidates() local
826 static_cast<int>(kFreenessThreshold), max_evacuation_candidates); in CollectEvacuationCandidates()
869 if (free_pct >= kFreenessThreshold) { in CollectEvacuationCandidates()