Searched refs:r_ind (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.cpp187 assert(e != NULL && e->r_ind() == region_ind,
205 (cur = entry(cur_ind))->r_ind() != region_ind) {
211 assert(cur->r_ind() == region_ind, "Postcondition of loop + test above.");
222 (cur = entry(cur_ind))->r_ind() != region_ind) {
228 assert(cur->r_ind() == region_ind, "Postcondition of loop + test above.");
239 (cur = entry(cur_ind))->r_ind() != region_ind) {
260 (cur = entry(cur_ind))->r_ind() != region_ind) {
265 assert(cur->r_ind() == region_ind, "Loop postcondition + test");
311 SparsePRTEntry* e2 = entry_for_region_ind_create(e->r_ind());
332 return (_rsht->entry(_bl_ind)->r_ind() * HeapRegio
[all...]
H A DsparsePRT.hpp71 RegionIdx_t r_ind() const { return _region_ind; } function in class:SparsePRTEntry
72 bool valid_entry() const { return r_ind() >= 0; }

Completed in 24 milliseconds