Searched refs:cross_threshold (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp151 HeapWord* cross_threshold(HeapWord* start, HeapWord* end);
H A DcompactibleFreeListSpace.cpp165 // Like CompactibleSpace forward() but always calls cross_threshold() to
224 // Always call cross_threshold(). A contiguous space can only call it when
228 cp->space->cross_threshold(compact_top - adjusted_size, compact_top);
232 // A modified copy of OffsetTableContigSpace::cross_threshold() with _offsets -> _bt
237 HeapWord* CompactibleFreeListSpace::cross_threshold(HeapWord* start, HeapWord* the_end) { function in class:CompactibleFreeListSpace
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp204 virtual HeapWord* cross_threshold(HeapWord* start, HeapWord* end);
H A DheapRegion.cpp946 HeapWord* G1OffsetTableContigSpace::cross_threshold(HeapWord* start, function in class:G1OffsetTableContigSpace
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.cpp422 cp->space->cross_threshold(compact_top - size, compact_top);
964 HeapWord* OffsetTableContigSpace::cross_threshold(HeapWord* start, HeapWord* end) { function in class:OffsetTableContigSpace
H A Dspace.hpp492 virtual HeapWord* cross_threshold(HeapWord* start, HeapWord* the_end) { function in class:CompactibleSpace
1105 virtual HeapWord* cross_threshold(HeapWord* start, HeapWord* end);

Completed in 90 milliseconds