/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/ |
H A D | generation.cpp | 289 space = space->next_compaction_space(); in prepare_for_compaction() 311 sp = sp->next_compaction_space(); in compact()
|
H A D | space.hpp | 386 virtual CompactibleSpace* next_compaction_space() const { in next_compaction_space() function in CompactibleSpace
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/ |
H A D | generation.cpp | 289 space = space->next_compaction_space(); in prepare_for_compaction() 311 sp = sp->next_compaction_space(); in compact()
|
H A D | space.hpp | 385 virtual CompactibleSpace* next_compaction_space() const { in next_compaction_space() function in CompactibleSpace
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/ |
H A D | generation.cpp | 296 space = space->next_compaction_space(); in prepare_for_compaction() 318 sp = sp->next_compaction_space(); in compact()
|
H A D | space.hpp | 386 virtual CompactibleSpace* next_compaction_space() const { in next_compaction_space() function in CompactibleSpace
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/ |
H A D | generation.cpp | 299 space = space->next_compaction_space(); in prepare_for_compaction() 321 sp = sp->next_compaction_space(); in compact()
|
H A D | space.hpp | 394 virtual CompactibleSpace* next_compaction_space() const { in next_compaction_space() function in CompactibleSpace
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/ |
H A D | generation.cpp | 319 space = space->next_compaction_space(); in prepare_for_compaction() 341 sp = sp->next_compaction_space(); in compact()
|
H A D | space.hpp | 402 virtual CompactibleSpace* next_compaction_space() const { in next_compaction_space() function in CompactibleSpace
|
H A D | space.cpp | 375 cp->space = cp->space->next_compaction_space(); in forward()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/ |
H A D | generation.cpp | 319 space = space->next_compaction_space(); in prepare_for_compaction() 341 sp = sp->next_compaction_space(); in compact()
|
H A D | space.hpp | 402 virtual CompactibleSpace* next_compaction_space() const { in next_compaction_space() function in CompactibleSpace
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/ |
H A D | generation.cpp | 320 space = space->next_compaction_space(); in prepare_for_compaction() 342 sp = sp->next_compaction_space(); in compact()
|
H A D | space.hpp | 402 virtual CompactibleSpace* next_compaction_space() const { in next_compaction_space() function in CompactibleSpace
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/ |
H A D | generation.cpp | 313 space = space->next_compaction_space(); in prepare_for_compaction() 335 sp = sp->next_compaction_space(); in compact()
|
H A D | space.hpp | 402 virtual CompactibleSpace* next_compaction_space() const { in next_compaction_space() function in CompactibleSpace
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/ |
H A D | shenandoahHeapRegion.hpp | 385 CompactibleSpace* next_compaction_space() const shenandoah_not_implemented_return(NULL);
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/ |
H A D | shenandoahHeapRegion.hpp | 379 CompactibleSpace* next_compaction_space() const shenandoah_not_implemented_return(NULL);
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/ |
H A D | generation.cpp | 360 space = space->next_compaction_space(); in prepare_for_compaction() 382 sp = sp->next_compaction_space(); in compact()
|
H A D | space.hpp | 375 virtual CompactibleSpace* next_compaction_space() const { in next_compaction_space() function in CompactibleSpace
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/ |
H A D | generation.cpp | 360 space = space->next_compaction_space(); in prepare_for_compaction() 382 sp = sp->next_compaction_space(); in compact()
|
H A D | space.hpp | 375 virtual CompactibleSpace* next_compaction_space() const { in next_compaction_space() function in CompactibleSpace
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | heapRegion.hpp | 749 virtual CompactibleSpace* next_compaction_space() const;
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | heapRegion.hpp | 749 virtual CompactibleSpace* next_compaction_space() const;
|