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

/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.cpp55 assert(_guard_index == cards_required(_whole_heap.word_size()) - 1,
59 return align_size_up(_guard_index + 1, MAX2(_page_size, granularity));
66 _guard_index(cards_required(whole_heap.word_size()) - 1),
67 _last_valid_index(_guard_index - 1),
97 os::trace_page_sizes("card table", _guard_index + 1, _guard_index + 1,
113 jbyte* guard_card = &_byte_map[_guard_index];
340 assert(index_for(new_region.last()) < _guard_index,
671 guarantee(_byte_map[_guard_index] == last_card,
H A DcardTableModRefBS.hpp99 const size_t _guard_index; // index of very last element in the card member in class:CardTableModRefBS
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp518 nonstatic_field(CardTableModRefBS, _guard_index, const size_t) \

Completed in 35 milliseconds