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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.inline.hpp80 inline HeapWord* G1CollectedHeap::survivor_attempt_allocation(size_t function in class:G1CollectedHeap
H A Dg1CollectedHeap.hpp614 inline HeapWord* survivor_attempt_allocation(size_t word_size);
H A Dg1CollectedHeap.cpp4453 HeapWord* result = survivor_attempt_allocation(word_size);
4469 return survivor_attempt_allocation(word_size);

Completed in 65 milliseconds