Searched refs:the_end (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.cpp843 HeapWord* the_end = end(); local
848 if (p < the_end) {
862 if (addr_2 < the_end) {
874 size_t diff = pointer_delta(the_end, p) / 2;
876 if (addr_3 < the_end) {
888 HeapWord* addr_4 = the_end - 1;
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.hpp492 virtual HeapWord* cross_threshold(HeapWord* start, HeapWord* the_end) { argument
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp237 HeapWord* CompactibleFreeListSpace::cross_threshold(HeapWord* start, HeapWord* the_end) { argument
238 _bt.single_block(start, the_end);

Completed in 1919 milliseconds