Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dmark-compact.cc778 static const int kMaxMaxEvacuationCandidates = 1000; in CollectEvacuationCandidates() local
784 max_evacuation_candidates = kMaxMaxEvacuationCandidates; in CollectEvacuationCandidates()
839 Candidate candidates[kMaxMaxEvacuationCandidates]; in CollectEvacuationCandidates()
842 Min(kMaxMaxEvacuationCandidates, max_evacuation_candidates); in CollectEvacuationCandidates()