Searched defs:CollectionSetChooser (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DcollectionSetChooser.cpp67 CollectionSetChooser::CollectionSetChooser() : function in class:CollectionSetChooser
92 void CollectionSetChooser::verify() {
125 void CollectionSetChooser::sort_regions() {
150 void CollectionSetChooser::add_region(HeapRegion* hr) {
160 void CollectionSetChooser::prepare_for_par_region_addition(uint n_regions,
181 uint CollectionSetChooser::claim_array_chunk(uint chunk_size) {
189 void CollectionSetChooser::set_region(uint index, HeapRegion* hr) {
196 void CollectionSetChooser::update_totals(uint region_num,
211 void CollectionSetChooser
[all...]
H A DcollectionSetChooser.hpp31 class CollectionSetChooser: public CHeapObj<mtGC> { class in inherits:CHeapObj
101 CollectionSetChooser();
155 CollectionSetChooser* _chooser;
164 CSetChooserParUpdater(CollectionSetChooser* chooser,

Completed in 30 milliseconds