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

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1CollectorPolicy.cpp42 // max_heap_byte_size() to setup_heap_region_size() but those have
48 HeapRegion::setup_heap_region_size(InitialHeapSize, MaxHeapSize);
H A DheapRegion.hpp359 static void setup_heap_region_size(size_t initial_heap_size, size_t max_heap_size);
H A DheapRegion.cpp113 void HeapRegion::setup_heap_region_size(size_t initial_heap_size, size_t max_heap_size) { function in class:HeapRegion

Completed in 104 milliseconds