Searched defs:regions (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSF2Layer.java41 List<SF2LayerRegion> regions = new ArrayList<SF2LayerRegion>(); field in class:SF2Layer
64 return regions;
H A DDLSInstrument.java37 * It contains list of regions and modulators.
50 List<DLSRegion> regions = new ArrayList<DLSRegion>(); field in class:DLSInstrument
94 return regions;
377 for (DLSRegion zone: regions) {
H A DSF2Instrument.java48 List<SF2InstrumentRegion> regions field in class:SF2Instrument
113 return regions;
134 for (SF2InstrumentRegion presetzone : regions)
140 for (SF2InstrumentRegion presetzone : regions) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp42 // (the latter may contain non-young regions - i.e. regions that are
93 // internally work with a number of regions instead. So, some rounding
200 // The max number of regions we can extend the eden by while the GC
487 // pause, and incremented in finalize_cset() when adding old regions
495 // collection set is being built with young regions. Used to populate
519 // The RSet lengths recorded for regions in the CSet. It is updated
533 // The predicted elapsed time it will take to collect the regions in
607 // be, base_min_length is the alreay existing number of regions in
623 // Calculate the minimum number of old regions w
912 record_survivor_regions(uint regions, HeapRegion* head, HeapRegion* tail) argument
[all...]
H A Dg1CollectedHeap.cpp330 // Add survivor regions to SurvRateGroup.
359 // the survivor regions from this evacuation pause as 'young'
452 // regions have been retired. It is used for debugging
539 // It looks as if there are free regions available on the
556 // more free regions coming or (b) some regions have been moved on
595 // Currently, only attempts to allocate GC alloc regions set
639 // We can't allocate humongous regions while cleanupComplete() is
640 // running, since some of the regions we find to be empty might not
679 // refinement threads refining cards on these regions an
2743 const uint regions = n_regions(); local
[all...]

Completed in 56 milliseconds