Searched refs:page_ (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()788 Page* page() { return page_; } in CollectEvacuationCandidates()792 Page* page_; in CollectEvacuationCandidates() member in v8::internal::MarkCompactCollector::CollectEvacuationCandidates::Candidate