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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp572 size_t last_card = _array->index_for(obj_start + word_size - 1); local
579 for (size_t card = first_card; card <= last_card; card += 1) {
590 obj_start, word_size, first_card, last_card);
/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.cpp119 *guard_card = last_card;
671 guarantee(_byte_map[_guard_index] == last_card,
H A DcardTableModRefBS.hpp71 last_card = 8, enumerator in enum:CardTableModRefBS::CardValues
101 // (last_card) and should never be modified
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2183 declare_constant(CardTableModRefBS::last_card) \

Completed in 66 milliseconds