Searched refs:offset_word_ind (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp344 idx_t offset_word_ind = word_index(offset); local
347 dest_map[index] = dest_map[index] & other_map[offset_word_ind + index];

Completed in 31 milliseconds