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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DcollectionSetChooser.cpp41 static int order_regions(HeapRegion* hr1, HeapRegion* hr2) { argument
42 if (hr1 == NULL) {
52 double gc_eff1 = hr1->gc_efficiency();
H A DheapRegionRemSet.cpp1174 HeapRegion* hr1 = g1h->region_at(1); local
1180 HeapWord* hr1_start = hr1->bottom();
1182 HeapWord* hr1_last = hr1->end() - 1;

Completed in 33 milliseconds