Searched refs:allocate_new_region (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.hpp125 virtual HeapRegion* allocate_new_region(size_t word_size, bool force) = 0;
H A Dg1AllocRegion.cpp119 HeapRegion* new_alloc_region = allocate_new_region(word_size, force);
H A Dg1CollectedHeap.hpp159 virtual HeapRegion* allocate_new_region(size_t word_size, bool force);
181 virtual HeapRegion* allocate_new_region(size_t word_size, bool force);
190 virtual HeapRegion* allocate_new_region(size_t word_size, bool force);
H A Dg1CollectedHeap.cpp6390 HeapRegion* MutatorAllocRegion::allocate_new_region(size_t word_size, function in class:MutatorAllocRegion
6461 HeapRegion* SurvivorGCAllocRegion::allocate_new_region(size_t word_size, function in class:SurvivorGCAllocRegion
6473 HeapRegion* OldGCAllocRegion::allocate_new_region(size_t word_size, function in class:OldGCAllocRegion

Completed in 49 milliseconds