Lines Matching defs:next

215     HeapRegion* next = list->get_next_young_region();
219 list = next;
341 // the incremental collection set for the next evacuation
358 // the next evacuation pause - we need it in order to re-tag
360 // at the start of the next.
393 HeapRegion* next = hr->get_next_dirty_cards_region();
394 if (next == NULL) {
403 next = (HeapRegion*)
405 if (next == head) {
408 if (next == NULL) {
412 hr->set_next_dirty_cards_region(next);
415 } while (next != head);
1005 // follow-on attempt will be at the start of the next loop
1419 // That will be done at the start of the next marking cycle.
1512 // Start a new incremental collection set for the next pause
1517 // regions to the incremental collection set for the next
2284 // Setting next fields of discovered
2304 // Setting next fields of discovered
3009 HeapRegion* next = r->next_in_collection_set();
3014 r = next;
3029 HeapRegion* next = cur->next_in_collection_set();
3034 cur = next;
3038 HeapRegion* next = cur->next_in_collection_set();
3043 cur = next;
3189 // _vo == UseNextMarking -> use "next" marking information,
3256 // _vo == UseNextMarking -> use "next" marking information,
3304 // _vo == UseNextMarking -> use "next" marking information,
3343 // _vo == UseNextMarking -> use "next" marking information,
3515 "NTAMS=next top-at-mark-start)");
3671 curr = curr->next();
4028 // Start a new incremental collection set for the next pause.
4032 // regions to the incremental collection set for the next
4713 // We keep track of the next start index in the length field of
4797 // We keep track of the next start index in the length field of the
4801 err_msg("invariant, next index: %d, length: %d", next_index, length));
4824 // correct given that we are using it to keep track of the next
6069 HeapRegion* next = cur->next_in_collection_set();
6112 cur = next;
6148 HeapRegion* next = cur->next_in_collection_set();
6153 cur = next;