Home
last modified time | relevance | path

Searched refs:aligned_top (Results 1 – 11 of 11) sorted by relevance

/dports/devel/ncc/ncc-2.8/
H A Dcdb.C289 int aligned_top, nn; member
304 if (i > aligned_top) aligned_top = i; in add_object()
307 int r = aligned_top; in add_object()
311 else if (i == 1) aligned_top++; in add_object()
312 else if (i == 2) aligned_top += aligned_top % 2 ? 3 : 2; in add_object()
314 int a = aligned_top % 4; in add_object()
315 if (a == 0) aligned_top += i; in add_object()
316 else aligned_top += 4 - a + i; in add_object()
325 int spec [3] = { -1, 0, -1 }, r = aligned_top; in add_field()
333 if (kind != RECORD_U) aligned_top += 4; in add_field()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.cpp282 HeapWord* aligned_top = (HeapWord*)align_ptr_up(top, G1BlockOffsetSharedArray::N_bytes); in release() local
284 size_t to_allocate_words = pointer_delta(aligned_top, top, HeapWordSize); in release()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.cpp282 HeapWord* aligned_top = (HeapWord*)align_ptr_up(top, G1BlockOffsetSharedArray::N_bytes); in release() local
284 size_t to_allocate_words = pointer_delta(aligned_top, top, HeapWordSize); in release()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.cpp372 HeapWord* aligned_top = align_up(top, BOTConstants::N_bytes); in release() local
374 size_t to_allocate_words = pointer_delta(aligned_top, top, HeapWordSize); in release()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.cpp374 HeapWord* aligned_top = align_up(top, BOTConstants::N_bytes); in release() local
376 size_t to_allocate_words = pointer_delta(aligned_top, top, HeapWordSize); in release()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.cpp372 HeapWord* aligned_top = align_up(top, BOTConstants::N_bytes); in release() local
374 size_t to_allocate_words = pointer_delta(aligned_top, top, HeapWordSize); in release()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.cpp376 HeapWord* aligned_top = align_up(top, BOTConstants::N_bytes); in release() local
378 size_t to_allocate_words = pointer_delta(aligned_top, top, HeapWordSize); in release()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.cpp377 HeapWord* aligned_top = align_up(top, BOTConstants::N_bytes); in release() local
379 size_t to_allocate_words = pointer_delta(aligned_top, top, HeapWordSize); in release()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.cpp374 HeapWord* aligned_top = align_up(top, BOTConstants::N_bytes); in release() local
376 size_t to_allocate_words = pointer_delta(aligned_top, top, HeapWordSize); in release()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.cpp376 HeapWord* aligned_top = align_up(top, BOTConstants::N_bytes); in release() local
378 size_t to_allocate_words = pointer_delta(aligned_top, top, HeapWordSize); in release()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1AllocRegion.cpp376 HeapWord* aligned_top = align_up(top, BOTConstants::N_bytes); in release() local
378 size_t to_allocate_words = pointer_delta(aligned_top, top, HeapWordSize); in release()