Home
last modified time | relevance | path

Searched refs:gc_count_before (Results 1 – 25 of 82) sorted by relevance

1234

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DgcVMOperations.hpp83 VM_GC_Operation(uint gc_count_before, in VM_GC_Operation() argument
89 _gc_count_before = gc_count_before; in VM_GC_Operation()
149 VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::Cause cause);
162 uint gc_count_before) in VM_GenCollectForAllocation() argument
163 : VM_CollectForAllocation(word_size, gc_count_before, GCCause::_allocation_failure), in VM_GenCollectForAllocation()
178 VM_GenCollectFull(uint gc_count_before, in VM_GenCollectFull() argument
182 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, in VM_GenCollectFull()
201 uint gc_count_before,
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DgcVMOperations.hpp120 VM_GC_Operation(uint gc_count_before, in VM_GC_Operation() argument
126 _gc_count_before = gc_count_before; in VM_GC_Operation()
190 VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::Cause cause);
203 uint gc_count_before) in VM_GenCollectForAllocation() argument
204 : VM_CollectForAllocation(word_size, gc_count_before, GCCause::_allocation_failure), in VM_GenCollectForAllocation()
219 VM_GenCollectFull(uint gc_count_before, in VM_GenCollectFull() argument
223 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, in VM_GenCollectFull()
242 uint gc_count_before,
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DgcVMOperations.hpp118 VM_GC_Operation(uint gc_count_before, in VM_GC_Operation() argument
124 _gc_count_before = gc_count_before; in VM_GC_Operation()
188 VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::Cause cause);
201 uint gc_count_before) in VM_GenCollectForAllocation() argument
202 : VM_CollectForAllocation(word_size, gc_count_before, GCCause::_allocation_failure), in VM_GenCollectForAllocation()
217 VM_GenCollectFull(uint gc_count_before, in VM_GenCollectFull() argument
221 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, in VM_GenCollectFull()
240 uint gc_count_before,
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DgcVMOperations.hpp83 VM_GC_Operation(uint gc_count_before, in VM_GC_Operation() argument
89 _gc_count_before = gc_count_before; in VM_GC_Operation()
164 VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::Cause cause);
177 uint gc_count_before) in VM_GenCollectForAllocation() argument
178 : VM_CollectForAllocation(word_size, gc_count_before, GCCause::_allocation_failure), in VM_GenCollectForAllocation()
193 VM_GenCollectFull(uint gc_count_before, in VM_GenCollectFull() argument
197 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, true /* full */), in VM_GenCollectFull()
215 uint gc_count_before,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DvmGCOperations.hpp83 VM_GC_Operation(uint gc_count_before, in VM_GC_Operation() argument
89 _gc_count_before = gc_count_before; in VM_GC_Operation()
164 VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::Cause cause);
177 uint gc_count_before) in VM_GenCollectForAllocation() argument
178 : VM_CollectForAllocation(word_size, gc_count_before, GCCause::_allocation_failure), in VM_GenCollectForAllocation()
193 VM_GenCollectFull(uint gc_count_before, in VM_GenCollectFull() argument
197 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, in VM_GenCollectFull()
216 uint gc_count_before,
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DvmGCOperations.hpp83 VM_GC_Operation(uint gc_count_before, in VM_GC_Operation() argument
89 _gc_count_before = gc_count_before; in VM_GC_Operation()
164 VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::Cause cause);
177 uint gc_count_before) in VM_GenCollectForAllocation() argument
178 : VM_CollectForAllocation(word_size, gc_count_before, GCCause::_allocation_failure), in VM_GenCollectForAllocation()
193 VM_GenCollectFull(uint gc_count_before, in VM_GenCollectFull() argument
197 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, in VM_GenCollectFull()
216 uint gc_count_before,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DgcVMOperations.hpp83 VM_GC_Operation(uint gc_count_before, in VM_GC_Operation() argument
89 _gc_count_before = gc_count_before; in VM_GC_Operation()
164 VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::Cause cause);
177 uint gc_count_before) in VM_GenCollectForAllocation() argument
178 : VM_CollectForAllocation(word_size, gc_count_before, GCCause::_allocation_failure), in VM_GenCollectForAllocation()
193 VM_GenCollectFull(uint gc_count_before, in VM_GenCollectFull() argument
197 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, in VM_GenCollectFull()
216 uint gc_count_before,
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DgcVMOperations.hpp83 VM_GC_Operation(uint gc_count_before, in VM_GC_Operation() argument
89 _gc_count_before = gc_count_before; in VM_GC_Operation()
164 VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::Cause cause);
177 uint gc_count_before) in VM_GenCollectForAllocation() argument
178 : VM_CollectForAllocation(word_size, gc_count_before, GCCause::_allocation_failure), in VM_GenCollectForAllocation()
193 VM_GenCollectFull(uint gc_count_before, in VM_GenCollectFull() argument
197 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, in VM_GenCollectFull()
216 uint gc_count_before,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dvm_operations_g1.hpp45 VM_G1OperationWithAllocRequest(uint gc_count_before, in VM_G1OperationWithAllocRequest() argument
48 : VM_CollectForAllocation(word_size, gc_count_before, gc_cause), in VM_G1OperationWithAllocRequest()
57 VM_G1CollectFull(uint gc_count_before, in VM_G1CollectFull() argument
60 : VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true) { } in VM_G1CollectFull()
70 VM_G1CollectForAllocation(uint gc_count_before,
86 VM_G1IncCollectionPause(uint gc_count_before,
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dvm_operations_g1.hpp45 VM_G1OperationWithAllocRequest(uint gc_count_before, in VM_G1OperationWithAllocRequest() argument
48 : VM_CollectForAllocation(word_size, gc_count_before, gc_cause), in VM_G1OperationWithAllocRequest()
57 VM_G1CollectFull(uint gc_count_before, in VM_G1CollectFull() argument
60 : VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true) { } in VM_G1CollectFull()
70 VM_G1CollectForAllocation(uint gc_count_before,
86 VM_G1IncCollectionPause(uint gc_count_before,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp87 VM_GC_Operation(uint gc_count_before, in VM_GC_Operation() argument
93 _gc_count_before = gc_count_before; in VM_GC_Operation()
172 VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::Cause cause);
185 uint gc_count_before) in VM_GenCollectForAllocation() argument
186 : VM_CollectForAllocation(word_size, gc_count_before, GCCause::_allocation_failure), in VM_GenCollectForAllocation()
201 VM_GenCollectFull(uint gc_count_before,
219 uint gc_count_before,
H A DvmGCOperations.cpp209 VM_GenCollectFull::VM_GenCollectFull(uint gc_count_before, in VM_GenCollectFull() argument
213 VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, in VM_GenCollectFull()
228 uint gc_count_before, in VM_CollectForMetadataAllocation() argument
231 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, true), in VM_CollectForMetadataAllocation()
342 VM_CollectForAllocation::VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::C… in VM_CollectForAllocation() argument
343 : VM_GC_Operation(gc_count_before, cause), _result(NULL), _word_size(word_size) { in VM_CollectForAllocation()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp87 VM_GC_Operation(uint gc_count_before, in VM_GC_Operation() argument
93 _gc_count_before = gc_count_before; in VM_GC_Operation()
172 VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::Cause cause);
185 uint gc_count_before) in VM_GenCollectForAllocation() argument
186 : VM_CollectForAllocation(word_size, gc_count_before, GCCause::_allocation_failure), in VM_GenCollectForAllocation()
201 VM_GenCollectFull(uint gc_count_before,
219 uint gc_count_before,
H A DvmGCOperations.cpp209 VM_GenCollectFull::VM_GenCollectFull(uint gc_count_before, in VM_GenCollectFull() argument
213 VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, in VM_GenCollectFull()
228 uint gc_count_before, in VM_CollectForMetadataAllocation() argument
231 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, true), in VM_CollectForMetadataAllocation()
342 VM_CollectForAllocation::VM_CollectForAllocation(size_t word_size, uint gc_count_before, GCCause::C… in VM_CollectForAllocation() argument
343 : VM_GC_Operation(gc_count_before, cause), _result(NULL), _word_size(word_size) { in VM_CollectForAllocation()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1VMOperations.hpp41 VM_G1CollectFull(uint gc_count_before, in VM_G1CollectFull() argument
44 VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true), in VM_G1CollectFull()
59 VM_G1TryInitiateConcMark(uint gc_count_before,
77 uint gc_count_before,
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1VMOperations.hpp37 VM_G1CollectFull(uint gc_count_before, in VM_G1CollectFull() argument
40 VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true), in VM_G1CollectFull()
56 VM_G1TryInitiateConcMark(uint gc_count_before,
75 uint gc_count_before,
H A Dg1VMOperations.cpp45 VM_G1TryInitiateConcMark::VM_G1TryInitiateConcMark(uint gc_count_before, in VM_G1TryInitiateConcMark() argument
48 VM_GC_Operation(gc_count_before, gc_cause), in VM_G1TryInitiateConcMark()
107 uint gc_count_before, in VM_G1CollectForAllocation() argument
110 VM_CollectForAllocation(word_size, gc_count_before, gc_cause), in VM_G1CollectForAllocation()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1VMOperations.hpp37 VM_G1CollectFull(uint gc_count_before, in VM_G1CollectFull() argument
40 VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true), in VM_G1CollectFull()
56 VM_G1TryInitiateConcMark(uint gc_count_before,
75 uint gc_count_before,
H A Dg1VMOperations.cpp47 VM_G1TryInitiateConcMark::VM_G1TryInitiateConcMark(uint gc_count_before, in VM_G1TryInitiateConcMark() argument
50 VM_GC_Operation(gc_count_before, gc_cause), in VM_G1TryInitiateConcMark()
111 uint gc_count_before, in VM_G1CollectForAllocation() argument
114 VM_CollectForAllocation(word_size, gc_count_before, gc_cause), in VM_G1CollectForAllocation()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1VMOperations.hpp37 VM_G1CollectFull(uint gc_count_before, in VM_G1CollectFull() argument
40 VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true), in VM_G1CollectFull()
56 VM_G1TryInitiateConcMark(uint gc_count_before,
75 uint gc_count_before,
H A Dg1VMOperations.cpp45 VM_G1TryInitiateConcMark::VM_G1TryInitiateConcMark(uint gc_count_before, in VM_G1TryInitiateConcMark() argument
48 VM_GC_Operation(gc_count_before, gc_cause), in VM_G1TryInitiateConcMark()
107 uint gc_count_before, in VM_G1CollectForAllocation() argument
110 VM_CollectForAllocation(word_size, gc_count_before, gc_cause), in VM_G1CollectForAllocation()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dvm_operations_g1.hpp39 VM_G1CollectFull(uint gc_count_before, in VM_G1CollectFull() argument
42 : VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true) { } in VM_G1CollectFull()
60 uint gc_count_before,
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dvm_operations_g1.hpp39 VM_G1CollectFull(uint gc_count_before, in VM_G1CollectFull() argument
42 : VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true) { } in VM_G1CollectFull()
60 uint gc_count_before,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1VMOperations.hpp41 VM_G1CollectFull(uint gc_count_before, in VM_G1CollectFull() argument
44 VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true), in VM_G1CollectFull()
61 uint gc_count_before,
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1VMOperations.hpp41 VM_G1CollectFull(uint gc_count_before, in VM_G1CollectFull() argument
44 VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true), in VM_G1CollectFull()
61 uint gc_count_before,

1234