Searched refs:g1mm (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A Dg1MemoryPool.cpp37 _g1mm(g1h->g1mm()), CollectedMemoryPool(name,
48 g1h->g1mm()->eden_space_committed(), /* init_size */
64 g1h->g1mm()->survivor_space_committed(), /* init_size */
80 g1h->g1mm()->old_space_committed(), /* init_size */
81 g1h->g1mm()->old_gen_max(),
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.cpp30 G1GenerationCounters::G1GenerationCounters(G1MonitoringSupport* g1mm, argument
37 max_capacity, curr_capacity), _g1mm(g1mm) { }
41 G1YoungGenerationCounters::G1YoungGenerationCounters(G1MonitoringSupport* g1mm, argument
43 : G1GenerationCounters(g1mm, name, 0 /* ordinal */, 3 /* spaces */,
45 G1MonitoringSupport::pad_capacity(g1mm->young_gen_max(), 3),
52 G1OldGenerationCounters::G1OldGenerationCounters(G1MonitoringSupport* g1mm, argument
54 : G1GenerationCounters(g1mm, name, 1 /* ordinal */, 1 /* spaces */,
56 G1MonitoringSupport::pad_capacity(g1mm->old_gen_max()),
H A Dg1MonitoringSupport.hpp251 G1GenerationCounters(G1MonitoringSupport* g1mm,
259 G1YoungGenerationCounters(G1MonitoringSupport* g1mm, const char* name);
265 G1OldGenerationCounters(G1MonitoringSupport* g1mm, const char* name);
H A Dg1CollectedHeap.cpp848 g1mm()->update_sizes();
1317 TraceCollectorStats tcs(g1mm()->full_collection_counters());
1534 g1mm()->update_sizes();
3870 TraceCollectorStats tcs(g1mm()->incremental_collection_counters());
4192 g1mm()->update_sizes();
6387 g1mm()->update_eden_size();
H A Dg1CollectedHeap.hpp674 G1MonitoringSupport* g1mm() { function in class:G1CollectedHeap
H A DconcurrentMark.cpp2010 g1h->g1mm()->update_sizes();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DHeapSummary.java103 G1MonitoringSupport g1mm = g1h.g1mm();
104 long edenRegionNum = g1mm.edenRegionNum();
105 long survivorRegionNum = g1mm.survivorRegionNum();
113 g1mm.edenUsed(), g1mm.edenCommitted());
115 g1mm.survivorUsed(), g1mm.survivorCommitted());
117 g1mm.oldUsed(), g1mm
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DG1CollectedHeap.java98 public G1MonitoringSupport g1mm() { method in class:G1CollectedHeap

Completed in 5271 milliseconds