has_next 5442 src/heap.cc while (it.has_next()) { has_next 5581 src/heap.cc while (pages.has_next()) { has_next 5609 src/heap.cc while (pages.has_next()) { has_next 6587 src/heap.cc while (space_iterator_->has_next()) { has_next 2194 src/heap.h bool has_next(); has_next 332 src/incremental-marking.cc while (it.has_next()) { has_next 342 src/incremental-marking.cc while (it.has_next()) { has_next 367 src/incremental-marking.cc while (it.has_next()) { has_next 376 src/incremental-marking.cc while (it.has_next()) { has_next 571 src/incremental-marking.cc while (it.has_next()) { has_next 115 src/mark-compact.cc while (it.has_next()) { has_next 117 src/mark-compact.cc Address limit = it.has_next() ? page->area_end() : end; has_next 127 src/mark-compact.cc while (it.has_next()) { has_next 190 src/mark-compact.cc while (it.has_next()) { has_next 193 src/mark-compact.cc Address limit = it.has_next() ? page->area_end() : space->top(); has_next 207 src/mark-compact.cc while (it.has_next()) { has_next 309 src/mark-compact.cc while (it.has_next()) { has_next 319 src/mark-compact.cc while (it.has_next()) { has_next 347 src/mark-compact.cc while (it.has_next()) { has_next 356 src/mark-compact.cc while (it.has_next()) { has_next 573 src/mark-compact.cc if (it.has_next()) it.next(); // Never compact the first page. has_next 575 src/mark-compact.cc while (it.has_next()) { has_next 2110 src/mark-compact.cc while (it.has_next()) { has_next 3886 src/mark-compact.cc while (it.has_next()) { has_next 5106 src/parser.cc if (has_next()) { has_next 5706 src/parser.cc ASSERT(has_next() && !IsSpecialClassEscape(Next())); has_next 401 src/parser.h bool has_next() { return next_pos_ < in()->length(); } has_next 6192 src/runtime.cc bool has_next = buffer->has_more(); has_next 6193 src/runtime.cc uc32 next = has_next ? buffer->GetNext() : 0; has_next 6218 src/runtime.cc if (has_next) { has_next 59 src/spaces-inl.h bool PageIterator::has_next() { has_next 65 src/spaces-inl.h ASSERT(has_next()); has_next 94 src/spaces-inl.h bool NewSpacePageIterator::has_next() { has_next 100 src/spaces-inl.h ASSERT(has_next()); has_next 813 src/spaces.cc while (iterator.has_next()) { has_next 909 src/spaces.cc while (it.has_next()) { has_next 955 src/spaces.cc while (it.has_next()) { has_next 996 src/spaces.cc while (page_iterator.has_next()) { has_next 1195 src/spaces.cc while (it.has_next()) { has_next 1519 src/spaces.cc while (it.has_next()) { has_next 1169 src/spaces.h inline bool has_next(); has_next 2044 src/spaces.h inline bool has_next(); has_next 2585 src/spaces.h if (old_pointer_iterator_.has_next()) { has_next 2592 src/spaces.h if (map_iterator_.has_next()) { has_next 385 src/store-buffer.cc while (it.has_next()) {