Searched refs:_total_prev_live_bytes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp1212 size_t _total_prev_live_bytes; member in class:G1PrintRegionLivenessInfoClosure
H A DconcurrentMark.cpp4397 _total_prev_live_bytes(0), _total_next_live_bytes(0),
4506 _total_prev_live_bytes += prev_live_bytes;
4535 bytes_to_mb(_total_prev_live_bytes),
4536 perc(_total_prev_live_bytes, _total_capacity_bytes),

Completed in 1911 milliseconds