Searched defs:cur_committed (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.cpp222 MemRegion cur_committed = _committed[ind]; local
227 if (max_prev_end > cur_committed.end()) {
228 cur_committed.set_end(max_prev_end);
283 if (new_end_for_commit > cur_committed.end()) {
286 MemRegion(cur_committed.end(), new_end_for_commit);
293 // the cur_committed region may include the guard region.
294 } else if (new_end_aligned < cur_committed.end()) {
298 cur_committed.end()));

Completed in 32 milliseconds