HomeSort by relevance Sort by last modified time
    Searched refs:PageIterator (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
spaces.cc 114 // PageIterator
116 PageIterator::PageIterator(PagedSpace* space, Mode mode) : space_(space) {
720 PageIterator it(this, PageIterator::ALL_PAGES);
751 PageIterator it(this, PageIterator::PAGES_IN_USE);
769 PageIterator it(this, PageIterator::ALL_PAGES);
933 // We do not assume that the PageIterator works, because it depends on th
    [all...]
spaces.h 691 // A PageIterator iterates the pages in a paged space.
693 // The PageIterator class provides three modes for iterating pages in a space:
713 class PageIterator BASE_EMBEDDED {
721 PageIterator(PagedSpace* space, Mode mode);
    [all...]
spaces-inl.h 39 // PageIterator
41 bool PageIterator::has_next() {
46 Page* PageIterator::next() {
mark-compact.cc     [all...]
heap.cc     [all...]

Completed in 22 milliseconds