Searched refs:attempt_allocation (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
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,
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 Dg1AllocRegion.hpp146 inline HeapWord* attempt_allocation(size_t word_size, bool bot_updates);
H A Dg1CollectedHeap.hpp571 inline HeapWord* attempt_allocation(size_t word_size,
H A Dg1CollectedHeap.cpp861 return attempt_allocation(word_size, &dummy_gc_count_before);
875 result = attempt_allocation(word_size, &gc_count_before);
925 // (attempt_allocation()) failed to allocate.
1007 result = _mutator_alloc_region.attempt_allocation(word_size,
2420 // region field. attempt_allocation(), for example, sets it to NULL
/openjdk7/hotspot/src/share/vm/memory/
H A DcollectorPolicy.cpp580 result = gch->attempt_allocation(size, is_tlab, first_only);
716 result = gch->attempt_allocation(size, is_tlab, false /*first_only*/);
744 result = gch->attempt_allocation(size, is_tlab, false /* first_only */);
H A DgenCollectedHeap.hpp99 HeapWord* attempt_allocation(size_t size,
H A DgenCollectedHeap.cpp412 HeapWord* GenCollectedHeap::attempt_allocation(size_t size, function in class:GenCollectedHeap

Completed in 50 milliseconds