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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparMarkBitMap.hpp67 // long will be bits_to_words(n) words long. An object that is m words long
69 inline static size_t bits_to_words(idx_t bits);
312 ParMarkBitMap::bits_to_words(idx_t bits) function in class:ParMarkBitMap
327 return bits_to_words(end_bit - beg_bit + 1);
393 return region_start() + bits_to_words(bit);
H A DparMarkBitMap.cpp130 return bits_to_words(live_bits);
133 return bits_to_words(live_bits);
154 return bits_to_words(live_bits);
H A DpsParallelCompact.cpp3476 sd.block(cur_block)->set_offset(bitmap->bits_to_words(live_bits));

Completed in 1468 milliseconds