Searched defs:expand_and_allocate (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsOldGen.cpp190 res = expand_and_allocate(word_size);
202 HeapWord* PSOldGen::expand_and_allocate(size_t word_size) { function in class:PSOldGen
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp525 HeapWord* DefNewGeneration::expand_and_allocate(size_t size, function in class:DefNewGeneration
H A Dgeneration.cpp494 OneContigSpaceCardGeneration::expand_and_allocate(size_t word_size, function in class:OneContigSpaceCardGeneration
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp1677 result = expand_and_allocate(word_size);
1733 HeapWord* G1CollectedHeap::expand_and_allocate(size_t word_size) { function in class:G1CollectedHeap

Completed in 55 milliseconds