Searched defs:attempt_allocation_at_safepoint (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp1135 HeapWord* G1CollectedHeap::attempt_allocation_at_safepoint(size_t word_size, function in class:G1CollectedHeap
1666 attempt_allocation_at_safepoint(word_size,
1693 result = attempt_allocation_at_safepoint(word_size,
1710 result = attempt_allocation_at_safepoint(word_size,
1747 return attempt_allocation_at_safepoint(word_size,

Completed in 57 milliseconds