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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.hpp231 HeapWord* allocate_slow(size_t word_sz);
243 res = allocate_slow(word_sz);
H A DparGCAllocBuffer.cpp174 HeapWord* ParGCAllocBufferWithBOT::allocate_slow(size_t word_sz) { function in class:ParGCAllocBufferWithBOT
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1898 HeapWord* allocate_slow(GCAllocPurpose purpose, size_t word_sz) {
1923 return allocate_slow(purpose, word_sz);

Completed in 52 milliseconds