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

/openjdk7/hotspot/src/share/vm/memory/
H A DblockOffsetTable.hpp138 void check_reducing_assertion(bool reducing);
140 void set_offset_array(size_t index, u_char offset, bool reducing = false) {
141 check_reducing_assertion(reducing);
143 assert(!reducing || _offset_array[index] >= offset, "Not reducing");
147 void set_offset_array(size_t index, HeapWord* high, HeapWord* low, bool reducing = false) {
148 check_reducing_assertion(reducing);
152 assert(!reducing || _offset_array[index] >= (u_char)pointer_delta(high, low),
153 "Not reducing");
157 void set_offset_array(HeapWord* left, HeapWord* right, u_char offset, bool reducing
[all...]
H A DblockOffsetTable.inline.hpp68 inline void BlockOffsetSharedArray::check_reducing_assertion(bool reducing) {
69 assert(reducing || !SafepointSynchronize::is_at_safepoint() || init_to_zero() ||
H A DblockOffsetTable.cpp134 set_remainder_to_point_to_start(HeapWord* start, HeapWord* end, bool reducing) { argument
136 check_reducing_assertion(reducing);
181 set_remainder_to_point_to_start_incl(start_card, end_card, reducing); // closed interval
189 BlockOffsetArray::set_remainder_to_point_to_start_incl(size_t start_card, size_t end_card, bool reducing) { argument
191 check_reducing_assertion(reducing);
207 _array->set_offset_array(start_card_for_region, end_card, offset, reducing);
211 _array->set_offset_array(start_card_for_region, reach, offset, reducing);
263 Action action, bool reducing) {
295 _array->set_offset_array(start_index, boundary, blk_start, reducing);
300 _array->set_offset_array(start_index, boundary, blk_start, reducing);
261 do_block_internal(HeapWord* blk_start, HeapWord* blk_end, Action action, bool reducing) argument
520 mark_block(HeapWord* blk_start, HeapWord* blk_end, bool reducing) argument
[all...]
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec2218 "reducing the "

Completed in 92 milliseconds