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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp168 size_t start_card = _array->index_for(start); local
170 assert(start ==_array->address_for_index(start_card), "Precondition");
172 set_remainder_to_point_to_start_incl(start_card, end_card); // closed interval
176 // a closed, inclusive interval: [start_card, end_card], cf set_remainder_to_point_to_start()
179 G1BlockOffsetArray::set_remainder_to_point_to_start_incl(size_t start_card, size_t end_card) { argument
180 if (start_card > end_card) {
183 assert(start_card > _array->index_for(_bottom), "Cannot be first card");
184 assert(_array->offset_array(start_card-1) <= N_words,
186 size_t start_card_for_region = start_card;
192 size_t reach = start_card
296 check_all_cards(size_t start_card, size_t end_card) const argument
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DblockOffsetTable.cpp177 size_t start_card = _array->index_for(start); local
179 assert(start ==_array->address_for_index(start_card), "Precondition");
181 set_remainder_to_point_to_start_incl(start_card, end_card, reducing); // closed interval
186 // a closed, inclusive interval: [start_card, end_card], cf set_remainder_to_point_to_start()
189 BlockOffsetArray::set_remainder_to_point_to_start_incl(size_t start_card, size_t end_card, bool reducing) { argument
192 if (start_card > end_card) {
195 assert(start_card > _array->index_for(_bottom), "Cannot be first card");
196 assert(_array->offset_array(start_card-1) <= N_words,
198 size_t start_card_for_region = start_card;
204 size_t reach = start_card
221 check_all_cards(size_t start_card, size_t end_card) const argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp101 jbyte* start_card = byte_for(used.start()); local
108 chunk_card_start = (jbyte*)(start_card +
113 chunk_card_start = (jbyte*)(start_card +
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DcardTableExtension.cpp232 jbyte* start_card = byte_for(sp->bottom()); local
239 for (jbyte* slice = start_card; slice < end_card; slice += slice_width) {

Completed in 50 milliseconds