Searched defs:hrs_index (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.cpp488 HeapRegion::HeapRegion(uint hrs_index, argument
492 _hrs_index(hrs_index),
523 uint index = hrs_index() + 1;
H A DheapRegion.hpp57 (_hr_)->hrs_index(), \
64 // sentinel value for hrs_index
344 HeapRegion(uint hrs_index,
391 uint hrs_index() const { return _hrs_index; } function in class:HeapRegion
462 return hrs_index() + region_num();
H A DconcurrentMark.cpp1253 BitMap::idx_t index = (BitMap::idx_t) hr->hrs_index();
1441 hr->hrs_index(), exp_marked_bytes, act_marked_bytes);
1450 BitMap::idx_t index = (BitMap::idx_t) hr->hrs_index();
1458 hr->hrs_index(),
1479 hr->hrs_index(), i,
2986 uint hrs_index = hr->hrs_index(); local
2995 marked_bytes += marked_bytes_array[hrs_index];
H A Dg1CollectedHeap.cpp634 first = hr->hrs_index();
2316 uint first_index = hr->hrs_index() + 1;
2753 const uint start_index = start_hr->hrs_index();
5872 uint i = hr->hrs_index() + 1;
6522 HeapRegion* G1CollectedHeap::new_heap_region(uint hrs_index, argument
6528 return new HeapRegion(hrs_index, _bot_shared, mr, true /* is_zeroed */);

Completed in 53 milliseconds