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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.inline.hpp85 HeapWord* result = _survivor_gc_alloc_region.attempt_allocation(word_size,
89 result = _survivor_gc_alloc_region.attempt_allocation_locked(word_size,
H A Dg1CollectedHeap.hpp287 SurvivorGCAllocRegion _survivor_gc_alloc_region; member in class:G1CollectedHeap
H A Dg1CollectedHeap.cpp4259 _survivor_gc_alloc_region.init();
4293 evacuation_info.set_allocation_regions(_survivor_gc_alloc_region.count() +
4295 _survivor_gc_alloc_region.release();
4310 assert(_survivor_gc_alloc_region.get() == NULL, "pre-condition");

Completed in 806 milliseconds