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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp144 _inc_cset_recorded_rs_lengths(0),
1074 // _inc_cset_recorded_rs_lengths field which the code below guards
1077 // _inc_cset_recorded_rs_lengths might still end up somewhat
1646 _inc_cset_recorded_rs_lengths = 0;
1657 // The two "main" fields, _inc_cset_recorded_rs_lengths and
1665 _inc_cset_recorded_rs_lengths += _inc_cset_recorded_rs_lengths_diffs;
1673 if (_inc_cset_recorded_rs_lengths >= diffs) {
1674 _inc_cset_recorded_rs_lengths -= diffs;
1676 _inc_cset_recorded_rs_lengths = 0;
1701 _inc_cset_recorded_rs_lengths
[all...]
H A Dg1CollectorPolicy.hpp524 size_t _inc_cset_recorded_rs_lengths; member in class:G1CollectorPolicy
527 // region RSets and needs to update _inc_cset_recorded_rs_lengths as
535 // the CSet. See the comment for _inc_cset_recorded_rs_lengths about

Completed in 37 milliseconds