Home
last modified time | relevance | path

Searched refs:_empty_uncommitted (Results 1 – 21 of 21) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp64 _state(committed ? _empty_committed : _empty_uncommitted), in ShenandoahHeapRegion()
93 case _empty_uncommitted: in make_regular_allocation()
111 case _empty_uncommitted: in make_regular_bypass()
133 case _empty_uncommitted: in make_humongous_start()
162 case _empty_uncommitted: in make_humongous_cont()
303 set_state(_empty_uncommitted); in make_uncommitted()
315 case _empty_uncommitted: in make_committed_bypass()
395 case _empty_uncommitted: in print_on()
H A DshenandoahHeapRegion.hpp110 _empty_uncommitted, // region is empty and has memory uncommitted enumerator
125 case _empty_uncommitted: return "Empty Uncommitted"; in region_state_to_string()
144 case _empty_uncommitted: return 0; in region_state_to_ordinal()
184 bool is_empty_uncommitted() const { return _state == _empty_uncommitted; } in is_empty_uncommitted()
H A DvmStructs_shenandoah.hpp42 declare_constant(ShenandoahHeapRegion::_empty_uncommitted) \
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp62 _state(committed ? _empty_committed : _empty_uncommitted), in ShenandoahHeapRegion()
89 case _empty_uncommitted: in make_regular_allocation()
107 case _empty_uncommitted: in make_regular_bypass()
129 case _empty_uncommitted: in make_humongous_start()
158 case _empty_uncommitted: in make_humongous_cont()
282 set_state(_empty_uncommitted); in make_uncommitted()
294 case _empty_uncommitted: in make_committed_bypass()
330 case _empty_uncommitted: in print_on()
H A DshenandoahHeapRegion.hpp112 _empty_uncommitted, // region is empty and has memory uncommitted enumerator
127 case _empty_uncommitted: return "Empty Uncommitted"; in region_state_to_string()
146 case _empty_uncommitted: return 0; in region_state_to_ordinal()
186 bool is_empty_uncommitted() const { return _state == _empty_uncommitted; } in is_empty_uncommitted()
H A DvmStructs_shenandoah.hpp46 declare_constant(ShenandoahHeapRegion::_empty_uncommitted) \
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp64 _state(committed ? _empty_committed : _empty_uncommitted), in ShenandoahHeapRegion()
91 case _empty_uncommitted: in make_regular_allocation()
109 case _empty_uncommitted: in make_regular_bypass()
131 case _empty_uncommitted: in make_humongous_start()
160 case _empty_uncommitted: in make_humongous_cont()
284 set_state(_empty_uncommitted); in make_uncommitted()
296 case _empty_uncommitted: in make_committed_bypass()
332 case _empty_uncommitted: in print_on()
H A DshenandoahHeapRegion.hpp113 _empty_uncommitted, // region is empty and has memory uncommitted enumerator
128 case _empty_uncommitted: return "Empty Uncommitted"; in region_state_to_string()
147 case _empty_uncommitted: return 0; in region_state_to_ordinal()
187 bool is_empty_uncommitted() const { return _state == _empty_uncommitted; } in is_empty_uncommitted()
H A DvmStructs_shenandoah.hpp46 declare_constant(ShenandoahHeapRegion::_empty_uncommitted) \
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp64 _state(committed ? _empty_committed : _empty_uncommitted), in ShenandoahHeapRegion()
93 case _empty_uncommitted: in make_regular_allocation()
111 case _empty_uncommitted: in make_regular_bypass()
133 case _empty_uncommitted: in make_humongous_start()
162 case _empty_uncommitted: in make_humongous_cont()
303 _state = _empty_uncommitted; in make_uncommitted()
315 case _empty_uncommitted: in make_committed_bypass()
395 case _empty_uncommitted: in print_on()
H A DshenandoahHeapRegion.hpp109 _empty_uncommitted, // region is empty and has memory uncommitted enumerator
123 case _empty_uncommitted: return "Empty Uncommitted"; in region_state_to_string()
142 case _empty_uncommitted: return 0; in region_state_to_ordinal()
178 bool is_empty_uncommitted() const { return _state == _empty_uncommitted; } in is_empty_uncommitted()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp61 _state(committed ? _empty_committed : _empty_uncommitted), in ShenandoahHeapRegion()
88 case _empty_uncommitted: in make_regular_allocation()
106 case _empty_uncommitted: in make_regular_bypass()
128 case _empty_uncommitted: in make_humongous_start()
157 case _empty_uncommitted: in make_humongous_cont()
281 set_state(_empty_uncommitted); in make_uncommitted()
293 case _empty_uncommitted: in make_committed_bypass()
329 case _empty_uncommitted: in print_on()
H A DshenandoahHeapRegion.hpp112 _empty_uncommitted, // region is empty and has memory uncommitted enumerator
127 case _empty_uncommitted: return "Empty Uncommitted"; in region_state_to_string()
146 case _empty_uncommitted: return 0; in region_state_to_ordinal()
186 bool is_empty_uncommitted() const { return _state == _empty_uncommitted; } in is_empty_uncommitted()
H A DvmStructs_shenandoah.hpp46 declare_constant(ShenandoahHeapRegion::_empty_uncommitted) \
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp60 _state(committed ? _empty_committed : _empty_uncommitted), in ShenandoahHeapRegion()
87 case _empty_uncommitted: in make_regular_allocation()
105 case _empty_uncommitted: in make_regular_bypass()
127 case _empty_uncommitted: in make_humongous_start()
156 case _empty_uncommitted: in make_humongous_cont()
280 set_state(_empty_uncommitted); in make_uncommitted()
292 case _empty_uncommitted: in make_committed_bypass()
328 case _empty_uncommitted: in print_on()
H A DshenandoahHeapRegion.hpp111 _empty_uncommitted, // region is empty and has memory uncommitted enumerator
126 case _empty_uncommitted: return "Empty Uncommitted"; in region_state_to_string()
145 case _empty_uncommitted: return 0; in region_state_to_ordinal()
185 bool is_empty_uncommitted() const { return _state == _empty_uncommitted; } in is_empty_uncommitted()
H A DvmStructs_shenandoah.hpp45 declare_constant(ShenandoahHeapRegion::_empty_uncommitted) \
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp59 _state(committed ? _empty_committed : _empty_uncommitted), in ShenandoahHeapRegion()
86 case _empty_uncommitted: in make_regular_allocation()
104 case _empty_uncommitted: in make_regular_bypass()
126 case _empty_uncommitted: in make_humongous_start()
155 case _empty_uncommitted: in make_humongous_cont()
279 set_state(_empty_uncommitted); in make_uncommitted()
291 case _empty_uncommitted: in make_committed_bypass()
327 case _empty_uncommitted: in print_on()
H A DshenandoahHeapRegion.hpp112 _empty_uncommitted, // region is empty and has memory uncommitted enumerator
127 case _empty_uncommitted: return "Empty Uncommitted"; in region_state_to_string()
146 case _empty_uncommitted: return 0; in region_state_to_ordinal()
186 bool is_empty_uncommitted() const { return _state == _empty_uncommitted; } in is_empty_uncommitted()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp59 _state(committed ? _empty_committed : _empty_uncommitted), in ShenandoahHeapRegion()
86 case _empty_uncommitted: in make_regular_allocation()
104 case _empty_uncommitted: in make_regular_bypass()
126 case _empty_uncommitted: in make_humongous_start()
155 case _empty_uncommitted: in make_humongous_cont()
279 set_state(_empty_uncommitted); in make_uncommitted()
291 case _empty_uncommitted: in make_committed_bypass()
327 case _empty_uncommitted: in print_on()
H A DshenandoahHeapRegion.hpp112 _empty_uncommitted, // region is empty and has memory uncommitted enumerator
127 case _empty_uncommitted: return "Empty Uncommitted"; in region_state_to_string()
146 case _empty_uncommitted: return 0; in region_state_to_ordinal()
186 bool is_empty_uncommitted() const { return _state == _empty_uncommitted; } in is_empty_uncommitted()