Searched refs:alloc_in_to_space_slow (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp167 HeapWord* alloc_in_to_space_slow(size_t word_sz);
172 else return alloc_in_to_space_slow(word_sz);
H A DparNewGeneration.cpp222 HeapWord* ParScanThreadState::alloc_in_to_space_slow(size_t word_sz) { function in class:ParScanThreadState

Completed in 35 milliseconds