Lines Matching refs:ntams
1298 HeapWord* ntams = hr->next_top_at_mark_start();
1301 assert(start <= hr->end() && start <= ntams && ntams <= hr->end(),
1303 "start: "PTR_FORMAT", ntams: "PTR_FORMAT", end: "PTR_FORMAT,
1304 start, ntams, hr->end()));
1307 start = _bm->getNextMarkedWordAddress(start, ntams);
1311 while (start < ntams) {
1336 start = _bm->getNextMarkedWordAddress(obj_end, ntams);
1341 if (ntams < top) {
1342 BitMap::idx_t start_idx = _cm->card_bitmap_index_for(ntams);
1487 gclog_or_tty->print_cr("Region " HR_FORMAT ", ntams: " PTR_FORMAT ", "
1596 HeapWord* ntams = hr->next_top_at_mark_start();
1599 assert(hr->bottom() <= ntams && ntams <= hr->end(), "Preconditions.");
1602 if (ntams < top) {
1606 // Now set the bits in the card bitmap for [ntams, top)
1607 BitMap::idx_t start_idx = _cm->card_bitmap_index_for(ntams);
2972 // If ntams is not card aligned then we bump card bitmap index
2974 // the object ending at ntams.
2975 // Note: if this is the last region in the heap then ntams