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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp1127 int cur_evnt = 0; local
1131 cur_evnt_kind = _recorded_events[cur_evnt];
1132 cur_evnt_ind = _recorded_event_index[cur_evnt];
1136 while (cur_evnt < _n_recorded_events && i == cur_evnt_ind) {
1140 cur_evnt++;
1141 if (cur_evnt < MaxRecordedEvents) {
1142 cur_evnt_kind = _recorded_events[cur_evnt];
1143 cur_evnt_ind = _recorded_event_index[cur_evnt];

Completed in 30 milliseconds