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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSeq.cpp219 // [last_start, end) is the MemRegion that covers the regions we will remove.
221 HeapWord* last_start = end; local
233 last_start = cur->bottom();
242 return MemRegion(last_start, end);
/openjdk7/hotspot/src/share/vm/memory/
H A DblockOffsetTable.cpp345 HeapWord* last_start = NULL; local
366 last_start = start;

Completed in 24 milliseconds