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

/openjdk9/hotspot/src/share/vm/utilities/
H A DbitMap.hpp394 idx_t bit_index(idx_t slot_index, idx_t bit_within_slot_index) const { argument
H A DbitMap.inline.hpp335 inline bool BitMap2D::is_valid_index(idx_t slot_index, idx_t bit_within_slot_index) { argument
340 inline bool BitMap2D::at(idx_t slot_index, idx_t bit_within_slot_index) const { argument
345 inline void BitMap2D::set_bit(idx_t slot_index, idx_t bit_within_slot_index) { argument
350 inline void BitMap2D::clear_bit(idx_t slot_index, idx_t bit_within_slot_index) { argument
355 inline void BitMap2D::at_put(idx_t slot_index, idx_t bit_within_slot_index, bool value) { argument
360 at_put_grow(idx_t slot_index, idx_t bit_within_slot_index, bool value) argument
[all...]

Completed in 36 milliseconds