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

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1EvacStats.inline.hpp31 inline void G1EvacStats::add_direct_allocated(size_t value) {
35 inline void G1EvacStats::add_region_end_waste(size_t value) {
40 inline void G1EvacStats::add_failure_used_and_waste(size_t used, size_t waste) {
H A Dg1EvacStats.hpp31 class G1EvacStats : public PLABStats { class in inherits:PLABStats
57 G1EvacStats(const char* description, size_t desired_plab_sz_, unsigned wt);
59 ~G1EvacStats();
H A Dg1EvacStats.cpp33 void G1EvacStats::log_plab_allocation() {
49 void G1EvacStats::adjust_desired_plab_sz() {
121 G1EvacStats::G1EvacStats(const char* description, size_t desired_plab_sz_, unsigned wt) : function in class:G1EvacStats
131 G1EvacStats::~G1EvacStats() { }
H A Dg1AllocRegion.hpp232 G1EvacStats* _stats;
240 G1GCAllocRegion(const char* name, bool bot_updates, G1EvacStats* stats, InCSetState::in_cset_state_t purpose)
248 SurvivorGCAllocRegion(G1EvacStats* stats)
254 OldGCAllocRegion(G1EvacStats* stats)
H A Dg1CollectedHeap.hpp213 G1EvacStats _survivor_evac_stats;
216 G1EvacStats _old_evac_stats;
563 inline G1EvacStats* alloc_buffer_stats(InCSetState dest);
1450 G1EvacSummary create_g1_evac_summary(G1EvacStats* stats);
H A Dg1CollectedHeap.inline.hpp37 G1EvacStats* G1CollectedHeap::alloc_buffer_stats(InCSetState dest) {
H A Dg1Allocator.cpp316 G1EvacStats* stats = _g1h->alloc_buffer_stats(state);
H A Dg1CollectedHeap.cpp2677 G1EvacSummary G1CollectedHeap::create_g1_evac_summary(G1EvacStats* stats) {

Completed in 86 milliseconds