/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.hpp | 47 uint _old_region_length; member in G1CollectionSet 133 uint old_region_length() const { return _old_region_length; } in old_region_length()
|
H A D | g1CollectionSet.cpp | 59 _old_region_length(0), in G1CollectionSet() 91 _old_region_length = 0; in init_region_lengths() 120 _old_region_length += 1; in add_old_region()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.hpp | 47 uint _old_region_length; member in G1CollectionSet 133 uint old_region_length() const { return _old_region_length; } in old_region_length()
|
H A D | g1CollectionSet.cpp | 59 _old_region_length(0), in G1CollectionSet() 91 _old_region_length = 0; in init_region_lengths() 120 _old_region_length += 1; in add_old_region()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.hpp | 140 uint _old_region_length; member in G1CollectionSet 265 uint old_region_length() const { return _old_region_length; } in old_region_length()
|
H A D | g1CollectionSet.cpp | 58 _old_region_length(0), in G1CollectionSet() 90 _old_region_length = 0; in init_region_lengths() 129 _old_region_length++; in add_old_region()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.hpp | 141 uint _old_region_length; member in G1CollectionSet 292 uint old_region_length() const { return _old_region_length; } in old_region_length()
|
H A D | g1CollectionSet.cpp | 60 _old_region_length(0), in G1CollectionSet() 94 _old_region_length = 0; in init_region_lengths() 134 _old_region_length++; in add_old_region()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.hpp | 141 uint _old_region_length; member in G1CollectionSet 293 uint old_region_length() const { return _old_region_length; } in old_region_length()
|
H A D | g1CollectionSet.cpp | 60 _old_region_length(0), in G1CollectionSet() 94 _old_region_length = 0; in init_region_lengths() 138 _old_region_length++; in add_old_region()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.hpp | 141 uint _old_region_length; member in G1CollectionSet 292 uint old_region_length() const { return _old_region_length; } in old_region_length()
|
H A D | g1CollectionSet.cpp | 60 _old_region_length(0), in G1CollectionSet() 94 _old_region_length = 0; in init_region_lengths() 134 _old_region_length++; in add_old_region()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.hpp | 141 uint _old_region_length; member in G1CollectionSet 292 uint old_region_length() const { return _old_region_length; } in old_region_length()
|
H A D | g1CollectionSet.cpp | 60 _old_region_length(0), in G1CollectionSet() 94 _old_region_length = 0; in init_region_lengths() 134 _old_region_length++; in add_old_region()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.hpp | 48 uint _old_region_length; member in G1CollectionSet 145 uint old_region_length() const { return _old_region_length; } in old_region_length()
|
H A D | g1CollectionSet.cpp | 61 _old_region_length(0), in G1CollectionSet() 96 _old_region_length = 0; in init_region_lengths() 144 _old_region_length += 1; in add_old_region()
|