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

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp280 bm_word_t* other_map = other.map(); local
283 bm_word_t word_union = dest_map[index] | other_map[index];
294 bm_word_t* other_map = other.map(); local
297 if ((dest_map[index] & other_map[index]) != 0) return true;
306 bm_word_t* other_map = other.map(); local
309 dest_map[index] = dest_map[index] | other_map[index];
317 bm_word_t* other_map = other.map(); local
320 dest_map[index] = dest_map[index] & ~(other_map[index]);
328 bm_word_t* other_map = other.map(); local
331 dest_map[index] = dest_map[index] & other_map[inde
343 bm_word_t* other_map = other.map(); local
355 bm_word_t* other_map = other.map(); local
370 bm_word_t* other_map = other.map(); local
385 bm_word_t* other_map = other.map(); local
400 bm_word_t* other_map = other.map(); local
411 bm_word_t* other_map = other.map(); local
[all...]

Completed in 38 milliseconds