Searched refs:allocation_limit_reached (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.hpp274 virtual HeapWord* allocation_limit_reached(Space* space, HeapWord* top, function in class:Generation
H A DdefNewGeneration.cpp1014 next_gen()->allocation_limit_reached(eden(), eden()->top(), word_size);
1019 "invalid state after allocation_limit_reached returned null");
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp933 HeapWord* allocation_limit_reached(Space* space, HeapWord* top,
1211 HeapWord* allocation_limit_reached(Space* space, HeapWord* top,
H A DconcurrentMarkSweepGeneration.cpp1201 CMSCollector::allocation_limit_reached(Space* space, HeapWord* top, function in class:CMSCollector
1307 ConcurrentMarkSweepGeneration::allocation_limit_reached(Space* space,
1311 return collector()->allocation_limit_reached(space, top, word_sz);

Completed in 63 milliseconds