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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.inline.hpp55 inline HeapWord* G1AllocRegion::attempt_allocation(size_t word_size, function in class:G1AllocRegion
76 HeapWord* result = attempt_allocation(word_size, bot_updates);
H A Dg1CollectedHeap.inline.hpp62 G1CollectedHeap::attempt_allocation(size_t word_size, function in class:G1CollectedHeap
65 assert(!isHumongous(word_size), "attempt_allocation() should not "
68 HeapWord* result = _mutator_alloc_region.attempt_allocation(word_size,
85 HeapWord* result = _survivor_gc_alloc_region.attempt_allocation(word_size,
102 HeapWord* result = _old_gc_alloc_region.attempt_allocation(word_size,
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp412 HeapWord* GenCollectedHeap::attempt_allocation(size_t size, function in class:GenCollectedHeap

Completed in 43 milliseconds