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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.inline.hpp71 result = attempt_allocation_slow(word_size, gc_count_before_ret);
H A Dg1CollectedHeap.hpp577 HeapWord* attempt_allocation_slow(size_t word_size,
H A Dg1CollectedHeap.cpp916 HeapWord* G1CollectedHeap::attempt_allocation_slow(size_t word_size, function in class:G1CollectedHeap
921 assert(!isHumongous(word_size), "attempt_allocation_slow() should not "
1016 warning("G1CollectedHeap::attempt_allocation_slow() "
1028 // attempt_allocation_slow(). The reason these two were not merged

Completed in 2000 milliseconds