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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparMarkBitMap.cpp116 idx_t live_bits = 0; local
126 live_bits += tmp_end - beg_bit + 1;
129 live_bits += end_bit - beg_bit; // No + 1 here; end_bit is not counted.
130 return bits_to_words(live_bits);
133 return bits_to_words(live_bits);
141 idx_t live_bits = 0; local
151 live_bits += tmp_end - beg_bit + 1;
154 return bits_to_words(live_bits);
H A DpsParallelCompact.cpp3470 size_t live_bits = bitmap->words_to_bits(partial_obj_size); local
3471 beg_bit = bitmap->find_obj_beg(beg_bit + live_bits, range_end);
3476 sd.block(cur_block)->set_offset(bitmap->bits_to_words(live_bits));
3481 live_bits += end_bit - beg_bit + 1;
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1295 short& live_bits() const { return data()[0]; } function in class:breakpoint_Relocation
1300 assert(live_bits() == _bits, "must be the only mutator of reloc info");
1301 live_bits() = _bits = x;
H A DrelocInfo.cpp752 _bits = live_bits();
1037 short* p = &live_bits() + 1;

Completed in 53 milliseconds