Searched refs:CardIdx_t (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.hpp54 CardIdx_t _cards[1];
59 static size_t size() { return sizeof(SparsePRTEntry) + sizeof(CardIdx_t) * (cards_num() - 1); }
80 inline bool contains_card(CardIdx_t card_index) const;
93 inline AddCardResult add_card(CardIdx_t card_index);
96 inline void copy_cards(CardIdx_t* cards) const;
100 inline CardIdx_t card(int i) const { return _cards[i]; }
151 bool add_card(RegionIdx_t region_id, CardIdx_t card_index);
153 bool get_cards(RegionIdx_t region_id, CardIdx_t* cards);
157 bool contains_card(RegionIdx_t region_id, CardIdx_t card_index) const;
186 CardIdx_t find_first_card_in_lis
[all...]
H A DsparsePRT.cpp60 bool SparsePRTEntry::contains_card(CardIdx_t card_index) const {
97 SparsePRTEntry::AddCardResult SparsePRTEntry::add_card(CardIdx_t card_index) {
100 CardIdx_t c;
117 CardIdx_t c = _cards[i];
126 void SparsePRTEntry::copy_cards(CardIdx_t* cards) const {
185 bool RSHashTable::add_card(RegionIdx_t region_ind, CardIdx_t card_index) {
200 bool RSHashTable::get_cards(RegionIdx_t region_ind, CardIdx_t* cards) {
317 CardIdx_t RSHashTableIter::find_first_card_in_list() {
318 CardIdx_t res;
331 size_t RSHashTableIter::compute_card_ind(CardIdx_t c
[all...]
H A DheapRegionRemSet.cpp72 void add_card_work(CardIdx_t from_card, bool par) {
107 CardIdx_t from_card = (CardIdx_t)
152 void add_card(CardIdx_t from_card_index) {
156 void seq_add_card(CardIdx_t from_card_index) {
449 CardIdx_t card_index = from_card - from_hr_bot_card_index;
497 CardIdx_t c = sprt_entry->card(i);
825 CardIdx_t card_index = from_card - hr_bot_card_index;
H A Dg1CollectedHeap.hpp77 typedef int CardIdx_t; // needs to hold [ 0..CardsPerRegion ) typedef
H A Dg1CollectedHeap.cpp2121 size_t max_cards_per_region = ((size_t)1 << (sizeof(CardIdx_t)*BitsPerByte-1)) - 1;

Completed in 77 milliseconds