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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.cpp133 _calc_total_capacity_bytes = 0;
148 _calc_total_capacity_bytes += hr->capacity();
166 guarantee(total_capacity_bytes() == _calc_total_capacity_bytes,
170 total_capacity_bytes(), _calc_total_capacity_bytes));
215 _calc_total_capacity_bytes(0), _calc_total_used_bytes(0) { }
H A DheapRegionSet.hpp89 size_t _calc_total_capacity_bytes; member in class:VALUE_OBJ_CLASS_SPEC

Completed in 205 milliseconds