Searched refs:_recorded_cards (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.hpp204 static HeapWord** _recorded_cards; member in class:HeapRegionRemSet
H A DheapRegionRemSet.cpp1063 HeapWord** HeapRegionRemSet::_recorded_cards = NULL; member in class:HeapRegionRemSet
1074 && _recorded_cards == NULL
1078 _recorded_cards = NEW_C_HEAP_ARRAY(HeapWord*, MaxRecorded, mtGC);
1084 _recorded_cards[_n_recorded] =
1148 _recorded_cards[i], _recorded_regions[i]->bottom(),

Completed in 33 milliseconds