Home
last modified time | relevance | path

Searched refs:recorded_rs_lengths (Results 1 – 8 of 8) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1CollectionSet.hpp160 size_t recorded_rs_lengths() { return _recorded_rs_lengths; } in recorded_rs_lengths() function in G1CollectionSet
H A Dg1Policy.cpp662 size_t recorded_rs_lengths = _collection_set->recorded_rs_lengths(); in record_collection_pause_end() local
663 if (_max_rs_lengths > recorded_rs_lengths) { in record_collection_pause_end()
664 rs_length_diff = _max_rs_lengths - recorded_rs_lengths; in record_collection_pause_end()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1CollectionSet.hpp160 size_t recorded_rs_lengths() { return _recorded_rs_lengths; } in recorded_rs_lengths() function in G1CollectionSet
H A Dg1Policy.cpp662 size_t recorded_rs_lengths = _collection_set->recorded_rs_lengths(); in record_collection_pause_end() local
663 if (_max_rs_lengths > recorded_rs_lengths) { in record_collection_pause_end()
664 rs_length_diff = _max_rs_lengths - recorded_rs_lengths; in record_collection_pause_end()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1CollectionSet.hpp290 size_t recorded_rs_lengths() { return _recorded_rs_lengths; } in recorded_rs_lengths() function in G1CollectionSet
H A Dg1Policy.cpp688 size_t recorded_rs_lengths = _collection_set->recorded_rs_lengths(); in record_collection_pause_end() local
689 if (_max_rs_lengths > recorded_rs_lengths) { in record_collection_pause_end()
690 rs_length_diff = _max_rs_lengths - recorded_rs_lengths; in record_collection_pause_end()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1Policy.cpp688 size_t recorded_rs_lengths = _collection_set->recorded_rs_lengths(); in record_collection_pause_end() local
689 if (_max_rs_lengths > recorded_rs_lengths) { in record_collection_pause_end()
690 rs_length_diff = _max_rs_lengths - recorded_rs_lengths; in record_collection_pause_end()
H A Dg1CollectionSet.hpp173 size_t recorded_rs_lengths() { return _recorded_rs_lengths; } in recorded_rs_lengths() function in G1CollectionSet