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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp582 HeapWord* attempt_allocation_humongous(size_t word_size,
H A Dg1CollectedHeap.cpp877 result = attempt_allocation_humongous(word_size, &gc_count_before);
918 // Make sure you read the note in attempt_allocation_humongous().
1025 HeapWord* G1CollectedHeap::attempt_allocation_humongous(size_t word_size, function in class:G1CollectedHeap
1039 assert(isHumongous(word_size), "attempt_allocation_humongous() "
1126 warning("G1CollectedHeap::attempt_allocation_humongous() "

Completed in 89 milliseconds