Searched refs:fragmentation_ (Results 1 – 1 of 1) sorted by relevance
784 Candidate() : fragmentation_(0), page_(NULL) {} in CollectEvacuationCandidates()785 Candidate(int f, Page* p) : fragmentation_(f), page_(p) {} in CollectEvacuationCandidates()787 int fragmentation() { return fragmentation_; } in CollectEvacuationCandidates()791 int fragmentation_; in CollectEvacuationCandidates() member in v8::internal::MarkCompactCollector::CollectEvacuationCandidates::Candidate