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

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.hpp79 bm_word_t* word_addr(idx_t bit) const { return map() + word_index(bit); } function in class:VALUE_OBJ_CLASS_SPEC
148 return (*word_addr(index) & bit_mask(index)) != 0;

Completed in 31 milliseconds