Searched refs:n_regions (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DcollectionSetChooser.cpp160 void CollectionSetChooser::prepare_for_par_region_addition(uint n_regions, argument
176 uint aligned_n_regions = (n_regions + chunk_size - 1) / chunk_size * chunk_size;
H A DcollectionSetChooser.hpp123 // n_regions is the number of regions, chunk_size the chunk size.
124 void prepare_for_par_region_addition(uint n_regions, uint chunk_size);
H A Dg1CollectedHeap.hpp1210 uint n_regions() { return _hrs.length(); }
1219 uint used_regions() { return n_regions() - free_regions(); }
H A Dg1CollectorPolicy.cpp1577 uint region_num = _g1->n_regions();
1598 _collectionSetChooser->prepare_for_par_region_addition(_g1->n_regions(),
1895 const size_t region_num = g1h->n_regions();
H A Dg1CollectedHeap.cpp1820 g1_policy()->record_new_heap_size(n_regions());
1870 HeapRegionRemSet::shrink_heap(n_regions());
1871 g1_policy()->record_new_heap_size(n_regions());
2743 const uint regions = n_regions();
3002 const uint start_index = n_regions() * worker_i / worker_num;
3048 return n_regions() > 0 ? region_at(0) : NULL;
H A DheapRegion.cpp524 while (index < g1h->n_regions()) {
/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.hpp74 } _space[CompactingPermGenGen::n_regions];
H A DcompactingPermGenGen.hpp118 n_regions = 4 enumerator in enum:CompactingPermGenGen::__anon253
H A Dfilemap.cpp528 for (int i = 0; i < CompactingPermGenGen::n_regions; i++) {
H A DgenCollectedHeap.cpp244 int lr = CompactingPermGenGen::n_regions - 1;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DG1CollectedHeap.java88 public long n_regions() { method in class:G1CollectedHeap
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DHeapSummary.java109 printG1Space("G1 Heap:", g1h.n_regions(),

Completed in 1779 milliseconds