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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1RemSet.cpp406 HeapWord* stop_point = local
414 assert(stop_point == NULL, "saw an unallocated region");
664 HeapWord* stop_point = local
670 // If stop_point is non-null, then we encountered an unallocated region
675 if (stop_point != NULL) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp4785 HeapWord* stop_point = NULL;
4796 stop_point =
4799 if (stop_point != NULL) {
4809 _modUnionTable.mark_range(MemRegion(stop_point, dirtyRegion.end()));
4815 lastAddr = next_card_start_after_block(stop_point);
4884 HeapWord* stop_point =
4886 if (stop_point != NULL) {
4894 _ct->ct_bs()->invalidate(MemRegion(stop_point, dirtyRegion.end()));
4899 lastAddr = next_card_start_after_block(stop_point);

Completed in 50 milliseconds