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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.hpp383 int _coarse_cur_region_index; member in class:HeapRegionRemSetIterator
H A DheapRegionRemSet.cpp946 _coarse_cur_region_index = -1;
967 // Yes: find the next region. This may leave _coarse_cur_region_index
970 _coarse_cur_region_index =
971 (int) _coarse_map->get_next_one_offset(_coarse_cur_region_index + 1);
972 if ((size_t)_coarse_cur_region_index < _coarse_map->size()) {
975 _g1h->region_at((uint) _coarse_cur_region_index)->bottom();

Completed in 35 milliseconds