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

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.hpp282 idx_t _bits_per_slot; member in class:VALUE_OBJ_CLASS_SPEC
285 return slot_index * _bits_per_slot + bit_within_slot_index;
289 assert(index < _bits_per_slot, "bit_within_slot index out of bounds");
306 return _map.size() / _bits_per_slot;

Completed in 32 milliseconds