Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc784 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