Home
last modified time | relevance | path

Searched refs:actual_word_size (Results 1 – 25 of 80) sorted by relevance

1234

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.inline.hpp63 size_t* actual_word_size) { in par_allocate() argument
70 return alloc_region->par_allocate(min_word_size, desired_word_size, actual_word_size); in par_allocate()
81 size_t* actual_word_size) { in attempt_allocation() argument
87 trace("alloc", min_word_size, desired_word_size, *actual_word_size, result); in attempt_allocation()
101 size_t* actual_word_size) { in attempt_allocation_locked() argument
102 HeapWord* result = attempt_allocation(min_word_size, desired_word_size, actual_word_size); in attempt_allocation_locked()
107 return attempt_allocation_using_new_region(min_word_size, desired_word_size, actual_word_size); in attempt_allocation_locked()
112 size_t* actual_word_size) { in attempt_allocation_using_new_region() argument
116 *actual_word_size = desired_word_size; in attempt_allocation_using_new_region()
139 size_t* actual_word_size) { in attempt_retained_allocation() argument
[all …]
H A Dg1AllocRegion.hpp115 size_t* actual_word_size);
165 size_t* actual_word_size);
176 size_t* actual_word_size);
181 size_t* actual_word_size);
205 size_t actual_word_size = 0,
245 size_t* actual_word_size);
H A Dg1Allocator.cpp226 size_t* actual_word_size, in par_allocate_during_gc() argument
230 …return survivor_attempt_allocation(min_word_size, desired_word_size, actual_word_size, node_index); in par_allocate_during_gc()
232 return old_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
241 size_t* actual_word_size, in survivor_attempt_allocation() argument
248 actual_word_size); in survivor_attempt_allocation()
253 actual_word_size); in survivor_attempt_allocation()
259 _g1h->dirty_young_block(result, *actual_word_size); in survivor_attempt_allocation()
266 size_t* actual_word_size) { in old_attempt_allocation() argument
272 actual_word_size); in old_attempt_allocation()
277 actual_word_size); in old_attempt_allocation()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.inline.hpp62 size_t* actual_word_size) { in par_allocate() argument
67 …turn alloc_region->par_allocate_no_bot_updates(min_word_size, desired_word_size, actual_word_size); in par_allocate()
69 return alloc_region->par_allocate(min_word_size, desired_word_size, actual_word_size); in par_allocate()
80 size_t* actual_word_size) { in attempt_allocation() argument
84 HeapWord* result = par_allocate(alloc_region, min_word_size, desired_word_size, actual_word_size); in attempt_allocation()
86 trace("alloc", min_word_size, desired_word_size, *actual_word_size, result); in attempt_allocation()
100 size_t* actual_word_size) { in attempt_allocation_locked() argument
104 HeapWord* result = attempt_allocation(min_word_size, desired_word_size, actual_word_size); in attempt_allocation_locked()
112 *actual_word_size = desired_word_size; in attempt_allocation_locked()
135 size_t* actual_word_size) { in attempt_retained_allocation() argument
[all …]
H A Dg1AllocRegion.hpp111 size_t* actual_word_size);
161 size_t* actual_word_size);
176 size_t* actual_word_size);
200 size_t actual_word_size = 0,
240 size_t* actual_word_size);
H A Dg1Allocator.cpp177 size_t* actual_word_size) { in par_allocate_during_gc() argument
180 return survivor_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
182 return old_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
191 size_t* actual_word_size) { in survivor_attempt_allocation() argument
197 actual_word_size); in survivor_attempt_allocation()
202 actual_word_size); in survivor_attempt_allocation()
208 _g1h->dirty_young_block(result, *actual_word_size); in survivor_attempt_allocation()
215 size_t* actual_word_size) { in old_attempt_allocation() argument
221 actual_word_size); in old_attempt_allocation()
226 actual_word_size); in old_attempt_allocation()
H A Dg1Allocator.hpp78 size_t* actual_word_size);
83 size_t* actual_word_size);
104 size_t* actual_word_size);
121 size_t* actual_word_size);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.inline.hpp62 size_t* actual_word_size) { in par_allocate() argument
67 …turn alloc_region->par_allocate_no_bot_updates(min_word_size, desired_word_size, actual_word_size); in par_allocate()
69 return alloc_region->par_allocate(min_word_size, desired_word_size, actual_word_size); in par_allocate()
80 size_t* actual_word_size) { in attempt_allocation() argument
84 HeapWord* result = par_allocate(alloc_region, min_word_size, desired_word_size, actual_word_size); in attempt_allocation()
86 trace("alloc", min_word_size, desired_word_size, *actual_word_size, result); in attempt_allocation()
100 size_t* actual_word_size) { in attempt_allocation_locked() argument
104 HeapWord* result = attempt_allocation(min_word_size, desired_word_size, actual_word_size); in attempt_allocation_locked()
112 *actual_word_size = desired_word_size; in attempt_allocation_locked()
135 size_t* actual_word_size) { in attempt_retained_allocation() argument
[all …]
H A Dg1AllocRegion.hpp111 size_t* actual_word_size);
161 size_t* actual_word_size);
176 size_t* actual_word_size);
200 size_t actual_word_size = 0,
240 size_t* actual_word_size);
H A Dg1Allocator.cpp177 size_t* actual_word_size) { in par_allocate_during_gc() argument
180 return survivor_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
182 return old_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
191 size_t* actual_word_size) { in survivor_attempt_allocation() argument
197 actual_word_size); in survivor_attempt_allocation()
202 actual_word_size); in survivor_attempt_allocation()
208 _g1h->dirty_young_block(result, *actual_word_size); in survivor_attempt_allocation()
215 size_t* actual_word_size) { in old_attempt_allocation() argument
221 actual_word_size); in old_attempt_allocation()
226 actual_word_size); in old_attempt_allocation()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.inline.hpp62 size_t* actual_word_size) { in par_allocate() argument
67 …turn alloc_region->par_allocate_no_bot_updates(min_word_size, desired_word_size, actual_word_size); in par_allocate()
69 return alloc_region->par_allocate(min_word_size, desired_word_size, actual_word_size); in par_allocate()
80 size_t* actual_word_size) { in attempt_allocation() argument
84 HeapWord* result = par_allocate(alloc_region, min_word_size, desired_word_size, actual_word_size); in attempt_allocation()
86 trace("alloc", min_word_size, desired_word_size, *actual_word_size, result); in attempt_allocation()
100 size_t* actual_word_size) { in attempt_allocation_locked() argument
104 HeapWord* result = attempt_allocation(min_word_size, desired_word_size, actual_word_size); in attempt_allocation_locked()
112 *actual_word_size = desired_word_size; in attempt_allocation_locked()
135 size_t* actual_word_size) { in attempt_retained_allocation() argument
[all …]
H A Dg1AllocRegion.hpp111 size_t* actual_word_size);
161 size_t* actual_word_size);
176 size_t* actual_word_size);
200 size_t actual_word_size = 0,
240 size_t* actual_word_size);
H A Dg1Allocator.cpp177 size_t* actual_word_size) { in par_allocate_during_gc() argument
180 return survivor_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
182 return old_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
191 size_t* actual_word_size) { in survivor_attempt_allocation() argument
197 actual_word_size); in survivor_attempt_allocation()
202 actual_word_size); in survivor_attempt_allocation()
208 _g1h->dirty_young_block(result, *actual_word_size); in survivor_attempt_allocation()
215 size_t* actual_word_size) { in old_attempt_allocation() argument
221 actual_word_size); in old_attempt_allocation()
226 actual_word_size); in old_attempt_allocation()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.inline.hpp62 size_t* actual_word_size) { in par_allocate() argument
67 …turn alloc_region->par_allocate_no_bot_updates(min_word_size, desired_word_size, actual_word_size); in par_allocate()
69 return alloc_region->par_allocate(min_word_size, desired_word_size, actual_word_size); in par_allocate()
80 size_t* actual_word_size) { in attempt_allocation() argument
84 HeapWord* result = par_allocate(alloc_region, min_word_size, desired_word_size, actual_word_size); in attempt_allocation()
86 trace("alloc", min_word_size, desired_word_size, *actual_word_size, result); in attempt_allocation()
100 size_t* actual_word_size) { in attempt_allocation_locked() argument
104 HeapWord* result = attempt_allocation(min_word_size, desired_word_size, actual_word_size); in attempt_allocation_locked()
112 *actual_word_size = desired_word_size; in attempt_allocation_locked()
135 size_t* actual_word_size) { in attempt_retained_allocation() argument
[all …]
H A Dg1AllocRegion.hpp115 size_t* actual_word_size);
165 size_t* actual_word_size);
180 size_t* actual_word_size);
204 size_t actual_word_size = 0,
244 size_t* actual_word_size);
H A Dg1Allocator.cpp225 size_t* actual_word_size, in par_allocate_during_gc() argument
229 …return survivor_attempt_allocation(min_word_size, desired_word_size, actual_word_size, node_index); in par_allocate_during_gc()
231 return old_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
240 size_t* actual_word_size, in survivor_attempt_allocation() argument
247 actual_word_size); in survivor_attempt_allocation()
252 actual_word_size); in survivor_attempt_allocation()
258 _g1h->dirty_young_block(result, *actual_word_size); in survivor_attempt_allocation()
265 size_t* actual_word_size) { in old_attempt_allocation() argument
271 actual_word_size); in old_attempt_allocation()
276 actual_word_size); in old_attempt_allocation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.inline.hpp62 size_t* actual_word_size) { in par_allocate() argument
67 …turn alloc_region->par_allocate_no_bot_updates(min_word_size, desired_word_size, actual_word_size); in par_allocate()
69 return alloc_region->par_allocate(min_word_size, desired_word_size, actual_word_size); in par_allocate()
80 size_t* actual_word_size) { in attempt_allocation() argument
84 HeapWord* result = par_allocate(alloc_region, min_word_size, desired_word_size, actual_word_size); in attempt_allocation()
86 trace("alloc", min_word_size, desired_word_size, *actual_word_size, result); in attempt_allocation()
100 size_t* actual_word_size) { in attempt_allocation_locked() argument
104 HeapWord* result = attempt_allocation(min_word_size, desired_word_size, actual_word_size); in attempt_allocation_locked()
112 *actual_word_size = desired_word_size; in attempt_allocation_locked()
135 size_t* actual_word_size) { in attempt_retained_allocation() argument
[all …]
H A Dg1AllocRegion.hpp111 size_t* actual_word_size);
161 size_t* actual_word_size);
176 size_t* actual_word_size);
200 size_t actual_word_size = 0,
240 size_t* actual_word_size);
H A Dg1Allocator.cpp176 size_t* actual_word_size) { in par_allocate_during_gc() argument
179 return survivor_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
181 return old_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
190 size_t* actual_word_size) { in survivor_attempt_allocation() argument
196 actual_word_size); in survivor_attempt_allocation()
201 actual_word_size); in survivor_attempt_allocation()
207 _g1h->dirty_young_block(result, *actual_word_size); in survivor_attempt_allocation()
214 size_t* actual_word_size) { in old_attempt_allocation() argument
220 actual_word_size); in old_attempt_allocation()
225 actual_word_size); in old_attempt_allocation()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.inline.hpp62 size_t* actual_word_size) { in par_allocate() argument
67 …turn alloc_region->par_allocate_no_bot_updates(min_word_size, desired_word_size, actual_word_size); in par_allocate()
69 return alloc_region->par_allocate(min_word_size, desired_word_size, actual_word_size); in par_allocate()
80 size_t* actual_word_size) { in attempt_allocation() argument
84 HeapWord* result = par_allocate(alloc_region, min_word_size, desired_word_size, actual_word_size); in attempt_allocation()
86 trace("alloc", min_word_size, desired_word_size, *actual_word_size, result); in attempt_allocation()
100 size_t* actual_word_size) { in attempt_allocation_locked() argument
104 HeapWord* result = attempt_allocation(min_word_size, desired_word_size, actual_word_size); in attempt_allocation_locked()
112 *actual_word_size = desired_word_size; in attempt_allocation_locked()
135 size_t* actual_word_size) { in attempt_retained_allocation() argument
[all …]
H A Dg1AllocRegion.hpp115 size_t* actual_word_size);
165 size_t* actual_word_size);
180 size_t* actual_word_size);
204 size_t actual_word_size = 0,
244 size_t* actual_word_size);
H A Dg1Allocator.cpp225 size_t* actual_word_size, in par_allocate_during_gc() argument
229 …return survivor_attempt_allocation(min_word_size, desired_word_size, actual_word_size, node_index); in par_allocate_during_gc()
231 return old_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
240 size_t* actual_word_size, in survivor_attempt_allocation() argument
247 actual_word_size); in survivor_attempt_allocation()
252 actual_word_size); in survivor_attempt_allocation()
258 _g1h->dirty_young_block(result, *actual_word_size); in survivor_attempt_allocation()
265 size_t* actual_word_size) { in old_attempt_allocation() argument
271 actual_word_size); in old_attempt_allocation()
276 actual_word_size); in old_attempt_allocation()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.inline.hpp62 size_t* actual_word_size) { in par_allocate() argument
67 …turn alloc_region->par_allocate_no_bot_updates(min_word_size, desired_word_size, actual_word_size); in par_allocate()
69 return alloc_region->par_allocate(min_word_size, desired_word_size, actual_word_size); in par_allocate()
80 size_t* actual_word_size) { in attempt_allocation() argument
84 HeapWord* result = par_allocate(alloc_region, min_word_size, desired_word_size, actual_word_size); in attempt_allocation()
86 trace("alloc", min_word_size, desired_word_size, *actual_word_size, result); in attempt_allocation()
100 size_t* actual_word_size) { in attempt_allocation_locked() argument
104 HeapWord* result = attempt_allocation(min_word_size, desired_word_size, actual_word_size); in attempt_allocation_locked()
112 *actual_word_size = desired_word_size; in attempt_allocation_locked()
135 size_t* actual_word_size) { in attempt_retained_allocation() argument
[all …]
H A Dg1AllocRegion.hpp115 size_t* actual_word_size);
165 size_t* actual_word_size);
180 size_t* actual_word_size);
204 size_t actual_word_size = 0,
244 size_t* actual_word_size);
H A Dg1Allocator.cpp225 size_t* actual_word_size, in par_allocate_during_gc() argument
229 …return survivor_attempt_allocation(min_word_size, desired_word_size, actual_word_size, node_index); in par_allocate_during_gc()
231 return old_attempt_allocation(min_word_size, desired_word_size, actual_word_size); in par_allocate_during_gc()
240 size_t* actual_word_size, in survivor_attempt_allocation() argument
247 actual_word_size); in survivor_attempt_allocation()
252 actual_word_size); in survivor_attempt_allocation()
258 _g1h->dirty_young_block(result, *actual_word_size); in survivor_attempt_allocation()
265 size_t* actual_word_size) { in old_attempt_allocation() argument
271 actual_word_size); in old_attempt_allocation()
276 actual_word_size); in old_attempt_allocation()

1234