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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.hpp179 int _bl_ind; // [-1, 0.._rsht->_capacity) member in class:VALUE_OBJ_CLASS_SPEC
183 // If the bucket list pointed to by _bl_ind contains a card, sets
184 // _bl_ind to the index of that entry, and returns the card.
189 // current region (as indicated by _bl_ind) is "ci".
197 _bl_ind(RSHashTable::NullEntry),
204 _bl_ind = RSHashTable::NullEntry;

Completed in 155 milliseconds