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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPermGen.cpp49 HeapWord* obj = allocate_noexpand(size);
H A DpsOldGen.hpp63 HeapWord* allocate_noexpand(size_t word_size) { function in class:PSOldGen
75 // safe for use at the same time as allocate_noexpand()!
H A DpsOldGen.cpp187 HeapWord* res = allocate_noexpand(word_size);
207 return allocate_noexpand(word_size);

Completed in 54 milliseconds