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

/openjdk10/hotspot/src/share/vm/utilities/
H A DbitMap.inline.hpp320 inline bool BitMap2D::is_valid_index(idx_t slot_index, idx_t bit_within_slot_index) { argument
330 inline void BitMap2D::set_bit(idx_t slot_index, idx_t bit_within_slot_index) { argument
335 inline void BitMap2D::clear_bit(idx_t slot_index, idx_t bit_within_slot_index) { argument
340 at_put(idx_t slot_index, idx_t bit_within_slot_index, bool value) argument
345 at_put_grow(idx_t slot_index, idx_t bit_within_slot_index, bool value) argument
[all...]

Completed in 45 milliseconds