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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.inline.hpp68 HeapWord* result = _mutator_alloc_region.attempt_allocation(word_size,
H A Dg1CollectedHeap.cpp939 result = _mutator_alloc_region.attempt_allocation_locked(word_size,
947 assert(_mutator_alloc_region.get() == NULL, "only way to get here");
953 result = _mutator_alloc_region.attempt_allocation_force(word_size,
1007 result = _mutator_alloc_region.attempt_allocation(word_size,
1138 assert(_mutator_alloc_region.get() == NULL ||
1143 return _mutator_alloc_region.attempt_allocation_locked(word_size,
2383 HeapRegion* hr = _mutator_alloc_region.get();
2425 HeapRegion* hr = _mutator_alloc_region.get();
3094 HeapRegion* hr = _mutator_alloc_region.get();
4247 assert(_mutator_alloc_region
[all...]
H A Dg1CollectedHeap.hpp283 MutatorAllocRegion _mutator_alloc_region; member in class:G1CollectedHeap

Completed in 1460 milliseconds