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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.inline.hpp98 inline HeapWord* G1CollectedHeap::old_attempt_allocation(size_t word_size) { function in class:G1CollectedHeap
H A Dg1CollectedHeap.hpp617 inline HeapWord* old_attempt_allocation(size_t word_size);
H A Dg1CollectedHeap.cpp4459 return old_attempt_allocation(word_size);
4463 HeapWord* result = old_attempt_allocation(word_size);

Completed in 77 milliseconds