/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 62 _collection_set_cur_length(0), in G1CollectionSet() 91 assert((size_t) young_region_length() == _collection_set_cur_length, in init_region_lengths() 129 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region() 187 _collection_set_cur_length = 0; in clear() 191 size_t len = _collection_set_cur_length; in iterate() 324 assert(_collection_set_cur_length < (UINT_MAX - 1), in add_young_region_common() 325 "Collection set is too large with " SIZE_FORMAT " entries", _collection_set_cur_length); in add_young_region_common() 326 hr->set_young_index_in_cset((uint)_collection_set_cur_length + 1); in add_young_region_common() 328 _collection_set_regions[_collection_set_cur_length] = hr->hrm_index(); in add_young_region_common() 332 _collection_set_cur_length++; in add_young_region_common() [all …]
|
H A D | g1CollectionSet.hpp | 150 volatile size_t _collection_set_cur_length; member in G1CollectionSet 303 …e_incremental_marker() { _inc_build_state = Active; _inc_part_start = _collection_set_cur_length; } in update_incremental_marker() 312 size_t increment_length() const { return _collection_set_cur_length - _inc_part_start; } in increment_length() 314 size_t cur_length() const { return _collection_set_cur_length; } in cur_length()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 62 _collection_set_cur_length(0), in G1CollectionSet() 91 assert((size_t) young_region_length() == _collection_set_cur_length, in init_region_lengths() 133 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region() 191 _collection_set_cur_length = 0; in clear() 195 size_t len = _collection_set_cur_length; in iterate() 328 assert(_collection_set_cur_length < (UINT_MAX - 1), in add_young_region_common() 329 "Collection set is too large with " SIZE_FORMAT " entries", _collection_set_cur_length); in add_young_region_common() 330 hr->set_young_index_in_cset((uint)_collection_set_cur_length + 1); in add_young_region_common() 332 _collection_set_regions[_collection_set_cur_length] = hr->hrm_index(); in add_young_region_common() 336 _collection_set_cur_length++; in add_young_region_common() [all …]
|
H A D | g1CollectionSet.hpp | 150 volatile size_t _collection_set_cur_length; member in G1CollectionSet 304 …e_incremental_marker() { _inc_build_state = Active; _inc_part_start = _collection_set_cur_length; } in update_incremental_marker() 313 size_t increment_length() const { return _collection_set_cur_length - _inc_part_start; } in increment_length() 315 size_t cur_length() const { return _collection_set_cur_length; } in cur_length()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 62 _collection_set_cur_length(0), in G1CollectionSet() 91 assert((size_t) young_region_length() == _collection_set_cur_length, in init_region_lengths() 129 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region() 187 _collection_set_cur_length = 0; in clear() 191 size_t len = _collection_set_cur_length; in iterate() 324 assert(_collection_set_cur_length < (UINT_MAX - 1), in add_young_region_common() 325 "Collection set is too large with " SIZE_FORMAT " entries", _collection_set_cur_length); in add_young_region_common() 326 hr->set_young_index_in_cset((uint)_collection_set_cur_length + 1); in add_young_region_common() 328 _collection_set_regions[_collection_set_cur_length] = hr->hrm_index(); in add_young_region_common() 332 _collection_set_cur_length++; in add_young_region_common() [all …]
|
H A D | g1CollectionSet.hpp | 150 volatile size_t _collection_set_cur_length; member in G1CollectionSet 303 …e_incremental_marker() { _inc_build_state = Active; _inc_part_start = _collection_set_cur_length; } in update_incremental_marker() 312 size_t increment_length() const { return _collection_set_cur_length - _inc_part_start; } in increment_length() 314 size_t cur_length() const { return _collection_set_cur_length; } in cur_length()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 62 _collection_set_cur_length(0), in G1CollectionSet() 91 assert((size_t) young_region_length() == _collection_set_cur_length, in init_region_lengths() 129 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region() 187 _collection_set_cur_length = 0; in clear() 191 size_t len = _collection_set_cur_length; in iterate() 324 assert(_collection_set_cur_length < (UINT_MAX - 1), in add_young_region_common() 325 "Collection set is too large with " SIZE_FORMAT " entries", _collection_set_cur_length); in add_young_region_common() 326 hr->set_young_index_in_cset((uint)_collection_set_cur_length + 1); in add_young_region_common() 328 _collection_set_regions[_collection_set_cur_length] = hr->hrm_index(); in add_young_region_common() 332 _collection_set_cur_length++; in add_young_region_common() [all …]
|
H A D | g1CollectionSet.hpp | 150 volatile size_t _collection_set_cur_length; member in G1CollectionSet 303 …e_incremental_marker() { _inc_build_state = Active; _inc_part_start = _collection_set_cur_length; } in update_incremental_marker() 312 size_t increment_length() const { return _collection_set_cur_length - _inc_part_start; } in increment_length() 314 size_t cur_length() const { return _collection_set_cur_length; } in cur_length()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 60 _collection_set_cur_length(0), in G1CollectionSet() 87 assert((size_t) young_region_length() == _collection_set_cur_length, in init_region_lengths() 124 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region() 144 …assert(_collection_set_cur_length == 0, "Collection set must be empty before starting a new collec… in start_incremental_building() 191 _collection_set_cur_length = 0; in clear() 195 size_t len = _collection_set_cur_length; in iterate() 221 size_t len = _collection_set_cur_length - _inc_part_start; in iterate_incremental_part_from() 273 size_t collection_set_length = _collection_set_cur_length; in add_young_region_common() 281 _collection_set_cur_length++; in add_young_region_common() 481 QuickSort::sort(_collection_set_regions, _collection_set_cur_length, compare_region_idx, true); in finalize_old_part() [all …]
|
H A D | g1CollectionSet.hpp | 149 volatile size_t _collection_set_cur_length; member in G1CollectionSet 276 …e_incremental_marker() { _inc_build_state = Active; _inc_part_start = _collection_set_cur_length; } in update_incremental_marker()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 63 _collection_set_cur_length(0), in G1CollectionSet() 88 assert((size_t) young_region_length() == _collection_set_cur_length, in init_region_lengths() 114 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region() 115 …assert(_collection_set_cur_length <= _collection_set_max_length, "Collection set now larger than m… in add_old_region() 125 …assert(_collection_set_cur_length == 0, "Collection set must be empty before starting a new collec… in start_incremental_building() 171 _collection_set_cur_length = 0; in clear() 179 size_t len = _collection_set_cur_length; in iterate_from() 233 size_t collection_set_length = _collection_set_cur_length; in add_young_region_common() 241 _collection_set_cur_length++; in add_young_region_common() 508 QuickSort::sort(_collection_set_regions, _collection_set_cur_length, compare_region_idx, true); in finalize_old_part() [all …]
|
H A D | g1CollectionSet.hpp | 56 volatile size_t _collection_set_cur_length; member in G1CollectionSet
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 63 _collection_set_cur_length(0), in G1CollectionSet() 88 assert((size_t) young_region_length() == _collection_set_cur_length, in init_region_lengths() 114 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region() 115 …assert(_collection_set_cur_length <= _collection_set_max_length, "Collection set now larger than m… in add_old_region() 125 …assert(_collection_set_cur_length == 0, "Collection set must be empty before starting a new collec… in start_incremental_building() 171 _collection_set_cur_length = 0; in clear() 179 size_t len = _collection_set_cur_length; in iterate_from() 233 size_t collection_set_length = _collection_set_cur_length; in add_young_region_common() 241 _collection_set_cur_length++; in add_young_region_common() 508 QuickSort::sort(_collection_set_regions, _collection_set_cur_length, compare_region_idx, true); in finalize_old_part() [all …]
|
H A D | g1CollectionSet.hpp | 56 volatile size_t _collection_set_cur_length; member in G1CollectionSet
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 63 _collection_set_cur_length(0), in G1CollectionSet() 93 assert((size_t) young_region_length() == _collection_set_cur_length, in init_region_lengths() 138 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region() 139 …assert(_collection_set_cur_length <= _collection_set_max_length, "Collection set now larger than m… in add_old_region() 165 …assert(_collection_set_cur_length == 0, "Collection set must be empty before starting a new collec… in start_incremental_building() 211 _collection_set_cur_length = 0; in clear() 220 size_t len = _collection_set_cur_length; in iterate_from() 274 size_t collection_set_length = _collection_set_cur_length; in add_young_region_common() 282 _collection_set_cur_length++; in add_young_region_common() 577 QuickSort::sort(_collection_set_regions, _collection_set_cur_length, compare_region_idx, true); in finalize_old_part() [all …]
|
H A D | g1CollectionSet.hpp | 57 volatile size_t _collection_set_cur_length; member in G1CollectionSet
|