Searched defs:G1MonitoringSupport (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DG1MonitoringSupport.java37 // Mirror class for G1MonitoringSupport.
39 public class G1MonitoringSupport extends VMObject { class in inherits:VMObject
62 Type type = db.lookupType("G1MonitoringSupport");
104 public G1MonitoringSupport(Address addr) { method in class:G1MonitoringSupport
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.cpp30 G1GenerationCounters::G1GenerationCounters(G1MonitoringSupport* g1mm,
41 G1YoungGenerationCounters::G1YoungGenerationCounters(G1MonitoringSupport* g1mm,
44 G1MonitoringSupport::pad_capacity(0, 3) /* min_capacity */,
45 G1MonitoringSupport::pad_capacity(g1mm->young_gen_max(), 3),
46 G1MonitoringSupport::pad_capacity(0, 3) /* curr_capacity */) {
52 G1OldGenerationCounters::G1OldGenerationCounters(G1MonitoringSupport* g1mm,
55 G1MonitoringSupport::pad_capacity(0) /* min_capacity */,
56 G1MonitoringSupport::pad_capacity(g1mm->old_gen_max()),
57 G1MonitoringSupport::pad_capacity(0) /* curr_capacity */) {
65 G1MonitoringSupport
75 G1MonitoringSupport::G1MonitoringSupport(G1CollectedHeap* g1h) : function in class:G1MonitoringSupport
[all...]
H A Dg1MonitoringSupport.hpp115 class G1MonitoringSupport : public CHeapObj<mtGC> { class in inherits:CHeapObj
183 G1MonitoringSupport(G1CollectedHeap* g1h);
248 G1MonitoringSupport* _g1mm;
251 G1GenerationCounters(G1MonitoringSupport* g1mm,
259 G1YoungGenerationCounters(G1MonitoringSupport* g1mm, const char* name);
265 G1OldGenerationCounters(G1MonitoringSupport* g1mm, const char* name);

Completed in 72 milliseconds