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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp1068 int* HeapRegionRemSet::_recorded_event_index = NULL; member in class:HeapRegionRemSet
1098 && _recorded_event_index == NULL,
1101 _recorded_event_index = NEW_C_HEAP_ARRAY(int, MaxRecordedEvents, mtGC);
1107 _recorded_event_index[_n_recorded_events] = _n_recorded;
1132 cur_evnt_ind = _recorded_event_index[cur_evnt];
1143 cur_evnt_ind = _recorded_event_index[cur_evnt];
H A DheapRegionRemSet.hpp210 static int* _recorded_event_index; member in class:HeapRegionRemSet

Completed in 271 milliseconds