Home
last modified time | relevance | path

Searched refs:end_of_live (Results 1 – 17 of 17) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp177 end_of_live = cur_obj; in scan_and_forward()
192 end_of_live = end; in scan_and_forward()
211 space->_end_of_live = end_of_live; in scan_and_forward()
215 space->_first_dead = end_of_live; in scan_and_forward()
231 assert(first_dead <= end_of_live, "Stands to reason, no?"); in scan_and_adjust_pointers()
236 while (cur_obj < end_of_live) { in scan_and_adjust_pointers()
253 assert(cur_obj == end_of_live, "just checking"); in scan_and_adjust_pointers()
303 HeapWord* const end_of_live = space->_end_of_live; in scan_and_compact() local
306 …if (space->_first_dead == end_of_live && (bottom == end_of_live || !oop(bottom)->is_gc_marked())) { in scan_and_compact()
315 …assert(bottom < end_of_live, "bottom: " PTR_FORMAT " should be < end_of_live: " PTR_FORMAT, p2i(bo… in scan_and_compact()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp177 end_of_live = cur_obj; in scan_and_forward()
192 end_of_live = end; in scan_and_forward()
211 space->_end_of_live = end_of_live; in scan_and_forward()
215 space->_first_dead = end_of_live; in scan_and_forward()
231 assert(first_dead <= end_of_live, "Stands to reason, no?"); in scan_and_adjust_pointers()
236 while (cur_obj < end_of_live) { in scan_and_adjust_pointers()
253 assert(cur_obj == end_of_live, "just checking"); in scan_and_adjust_pointers()
303 HeapWord* const end_of_live = space->_end_of_live; in scan_and_compact() local
306 …if (space->_first_dead == end_of_live && (bottom == end_of_live || !oop(bottom)->is_gc_marked())) { in scan_and_compact()
315 …assert(bottom < end_of_live, "bottom: " PTR_FORMAT " should be < end_of_live: " PTR_FORMAT, p2i(bo… in scan_and_compact()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp176 end_of_live = cur_obj; in scan_and_forward()
191 end_of_live = end; in scan_and_forward()
210 space->_end_of_live = end_of_live; in scan_and_forward()
214 space->_first_dead = end_of_live; in scan_and_forward()
230 assert(first_dead <= end_of_live, "Stands to reason, no?"); in scan_and_adjust_pointers()
235 while (cur_obj < end_of_live) { in scan_and_adjust_pointers()
252 assert(cur_obj == end_of_live, "just checking"); in scan_and_adjust_pointers()
302 HeapWord* const end_of_live = space->_end_of_live; in scan_and_compact() local
305 …if (space->_first_dead == end_of_live && (bottom == end_of_live || !oop(bottom)->is_gc_marked())) { in scan_and_compact()
314 …assert(bottom < end_of_live, "bottom: " PTR_FORMAT " should be < end_of_live: " PTR_FORMAT, p2i(bo… in scan_and_compact()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp177 end_of_live = cur_obj; in scan_and_forward()
192 end_of_live = end; in scan_and_forward()
211 space->_end_of_live = end_of_live; in scan_and_forward()
215 space->_first_dead = end_of_live; in scan_and_forward()
231 assert(first_dead <= end_of_live, "Stands to reason, no?"); in scan_and_adjust_pointers()
236 while (cur_obj < end_of_live) { in scan_and_adjust_pointers()
253 assert(cur_obj == end_of_live, "just checking"); in scan_and_adjust_pointers()
303 HeapWord* const end_of_live = space->_end_of_live; in scan_and_compact() local
306 …if (space->_first_dead == end_of_live && (bottom == end_of_live || !oop(bottom)->is_gc_marked())) { in scan_and_compact()
315 …assert(bottom < end_of_live, "bottom: " PTR_FORMAT " should be < end_of_live: " PTR_FORMAT, p2i(bo… in scan_and_compact()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp172 end_of_live = cur_obj; in scan_and_forward()
187 end_of_live = end; in scan_and_forward()
206 space->_end_of_live = end_of_live; in scan_and_forward()
210 space->_first_dead = end_of_live; in scan_and_forward()
226 assert(first_dead <= end_of_live, "Stands to reason, no?"); in scan_and_adjust_pointers()
231 while (cur_obj < end_of_live) { in scan_and_adjust_pointers()
248 assert(cur_obj == end_of_live, "just checking"); in scan_and_adjust_pointers()
298 HeapWord* const end_of_live = space->_end_of_live; in scan_and_compact() local
301 …if (space->_first_dead == end_of_live && (bottom == end_of_live || !oop(bottom)->is_gc_marked())) { in scan_and_compact()
310 …assert(bottom < end_of_live, "bottom: " PTR_FORMAT " should be < end_of_live: " PTR_FORMAT, p2i(bo… in scan_and_compact()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp173 end_of_live = cur_obj; in scan_and_forward()
188 end_of_live = end; in scan_and_forward()
207 space->_end_of_live = end_of_live; in scan_and_forward()
211 space->_first_dead = end_of_live; in scan_and_forward()
227 assert(first_dead <= end_of_live, "Stands to reason, no?"); in scan_and_adjust_pointers()
232 while (cur_obj < end_of_live) { in scan_and_adjust_pointers()
249 assert(cur_obj == end_of_live, "just checking"); in scan_and_adjust_pointers()
299 HeapWord* const end_of_live = space->_end_of_live; in scan_and_compact() local
302 …if (space->_first_dead == end_of_live && (bottom == end_of_live || !cast_to_oop(bottom)->is_gc_mar… in scan_and_compact()
311 …assert(bottom < end_of_live, "bottom: " PTR_FORMAT " should be < end_of_live: " PTR_FORMAT, p2i(bo… in scan_and_compact()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp176 end_of_live = cur_obj; in scan_and_forward()
191 end_of_live = end; in scan_and_forward()
210 space->_end_of_live = end_of_live; in scan_and_forward()
214 space->_first_dead = end_of_live; in scan_and_forward()
230 assert(first_dead <= end_of_live, "Stands to reason, no?"); in scan_and_adjust_pointers()
235 while (cur_obj < end_of_live) { in scan_and_adjust_pointers()
252 assert(cur_obj == end_of_live, "just checking"); in scan_and_adjust_pointers()
302 HeapWord* const end_of_live = space->_end_of_live; in scan_and_compact() local
305 …if (space->_first_dead == end_of_live && (bottom == end_of_live || !oop(bottom)->is_gc_marked())) { in scan_and_compact()
314 …assert(bottom < end_of_live, "bottom: " PTR_FORMAT " should be < end_of_live: " PTR_FORMAT, p2i(bo… in scan_and_compact()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp176 end_of_live = cur_obj; in scan_and_forward()
191 end_of_live = end; in scan_and_forward()
210 space->_end_of_live = end_of_live; in scan_and_forward()
214 space->_first_dead = end_of_live; in scan_and_forward()
230 assert(first_dead <= end_of_live, "Stands to reason, no?"); in scan_and_adjust_pointers()
235 while (cur_obj < end_of_live) { in scan_and_adjust_pointers()
252 assert(cur_obj == end_of_live, "just checking"); in scan_and_adjust_pointers()
302 HeapWord* const end_of_live = space->_end_of_live; in scan_and_compact() local
305 …if (space->_first_dead == end_of_live && (bottom == end_of_live || !oop(bottom)->is_gc_marked())) { in scan_and_compact()
314 …assert(bottom < end_of_live, "bottom: " PTR_FORMAT " should be < end_of_live: " PTR_FORMAT, p2i(bo… in scan_and_compact()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dspace.inline.hpp78 HeapWord* end_of_live= q; /* One byte beyond the last byte of the last \
98 end_of_live = q; \
116 end_of_live = end; \
149 _end_of_live = end_of_live; \
150 if (end_of_live < first_dead) { \
151 first_dead = end_of_live; \
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dspace.inline.hpp78 HeapWord* end_of_live= q; /* One byte beyond the last byte of the last \
98 end_of_live = q; \
116 end_of_live = end; \
149 _end_of_live = end_of_live; \
150 if (end_of_live < first_dead) { \
151 first_dead = end_of_live; \
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DpsMarkSweepDecorator.cpp109 HeapWord* end_of_live= q; /* One byte beyond the last byte of the last in precompact() local
168 end_of_live = q; in precompact()
228 end_of_live = end; in precompact()
247 _end_of_live = end_of_live; in precompact()
248 if (end_of_live < first_dead) { in precompact()
249 first_dead = end_of_live; in precompact()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/parallel/
H A DpsMarkSweepDecorator.cpp109 HeapWord* end_of_live= q; /* One byte beyond the last byte of the last in precompact() local
168 end_of_live = q; in precompact()
228 end_of_live = end; in precompact()
247 _end_of_live = end_of_live; in precompact()
248 if (end_of_live < first_dead) { in precompact()
249 first_dead = end_of_live; in precompact()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DpsMarkSweepDecorator.cpp109 HeapWord* end_of_live= q; /* One byte beyond the last byte of the last in precompact() local
168 end_of_live = q; in precompact()
228 end_of_live = end; in precompact()
247 _end_of_live = end_of_live; in precompact()
248 if (end_of_live < first_dead) { in precompact()
249 first_dead = end_of_live; in precompact()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/parallel/
H A DpsMarkSweepDecorator.cpp109 HeapWord* end_of_live= q; /* One byte beyond the last byte of the last in precompact() local
168 end_of_live = q; in precompact()
228 end_of_live = end; in precompact()
247 _end_of_live = end_of_live; in precompact()
248 if (end_of_live < first_dead) { in precompact()
249 first_dead = end_of_live; in precompact()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/parallel/
H A DpsMarkSweepDecorator.cpp109 HeapWord* end_of_live= q; /* One byte beyond the last byte of the last in precompact() local
168 end_of_live = q; in precompact()
228 end_of_live = end; in precompact()
247 _end_of_live = end_of_live; in precompact()
248 if (end_of_live < first_dead) { in precompact()
249 first_dead = end_of_live; in precompact()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.cpp110 HeapWord* end_of_live= q; /* One byte beyond the last byte of the last in precompact() local
172 end_of_live = q; in precompact()
232 end_of_live = end; in precompact()
263 _end_of_live = end_of_live; in precompact()
264 if (end_of_live < first_dead) { in precompact()
265 first_dead = end_of_live; in precompact()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.cpp110 HeapWord* end_of_live= q; /* One byte beyond the last byte of the last in precompact() local
172 end_of_live = q; in precompact()
232 end_of_live = end; in precompact()
263 _end_of_live = end_of_live; in precompact()
264 if (end_of_live < first_dead) { in precompact()
265 first_dead = end_of_live; in precompact()