Home
last modified time | relevance | path

Searched refs:alignment_in_bytes (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-aligned-block.c48 size_t alignment_in_bytes, size_t size_in_bytes) in jitter_aligned_block_make() argument
60 if (size_in_bytes < alignment_in_bytes) in jitter_aligned_block_make()
61 allocated_size_in_bytes = alignment_in_bytes * 2; in jitter_aligned_block_make()
81 alignment_in_bytes)); in jitter_aligned_block_make()
98 "size?)", (long) alignment_in_bytes); in jitter_aligned_block_make()
102 "size?)", (long) alignment_in_bytes); in jitter_aligned_block_make()
109 alignment_in_bytes); in jitter_aligned_block_make()
110 res = aligned_alloc (alignment_in_bytes, size_in_bytes); in jitter_aligned_block_make()
115 if (posix_memalign (& res, alignment_in_bytes, size_in_bytes) != 0) in jitter_aligned_block_make()
122 alignment_in_bytes)); in jitter_aligned_block_make()
H A Djitter-aligned-block.h135 size_t alignment_in_bytes, size_t size_in_bytes)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DcollectedHeap.inline.hpp34 unsigned short alignment_in_bytes) { in align_allocation_or_fail() argument
35 if (alignment_in_bytes <= ObjectAlignmentInBytes) { in align_allocation_or_fail()
41 assert(is_aligned(alignment_in_bytes, HeapWordSize), in align_allocation_or_fail()
42 "Alignment size %u is incorrect.", alignment_in_bytes); in align_allocation_or_fail()
44 HeapWord* new_addr = align_up(addr, alignment_in_bytes); in align_allocation_or_fail()
52 padding += alignment_in_bytes / HeapWordSize; in align_allocation_or_fail()
55 "than the minimum object size", alignment_in_bytes); in align_allocation_or_fail()
H A Dplab.inline.hpp33 inline HeapWord* PLAB::allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes) { in allocate_aligned() argument
34 HeapWord* res = CollectedHeap::align_allocation_or_fail(_top, _end, alignment_in_bytes); in allocate_aligned()
H A Dplab.hpp98 inline HeapWord* allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DcollectedHeap.inline.hpp34 unsigned short alignment_in_bytes) { in align_allocation_or_fail() argument
35 if (alignment_in_bytes <= ObjectAlignmentInBytes) { in align_allocation_or_fail()
41 assert(is_aligned(alignment_in_bytes, HeapWordSize), in align_allocation_or_fail()
42 "Alignment size %u is incorrect.", alignment_in_bytes); in align_allocation_or_fail()
44 HeapWord* new_addr = align_up(addr, alignment_in_bytes); in align_allocation_or_fail()
52 padding += alignment_in_bytes / HeapWordSize; in align_allocation_or_fail()
55 "than the minimum object size", alignment_in_bytes); in align_allocation_or_fail()
H A Dplab.inline.hpp33 inline HeapWord* PLAB::allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes) { in allocate_aligned() argument
34 HeapWord* res = CollectedHeap::align_allocation_or_fail(_top, _end, alignment_in_bytes); in allocate_aligned()
H A Dplab.hpp98 inline HeapWord* allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DcollectedHeap.inline.hpp34 unsigned short alignment_in_bytes) { in align_allocation_or_fail() argument
35 if (alignment_in_bytes <= ObjectAlignmentInBytes) { in align_allocation_or_fail()
41 assert(is_aligned(alignment_in_bytes, HeapWordSize), in align_allocation_or_fail()
42 "Alignment size %u is incorrect.", alignment_in_bytes); in align_allocation_or_fail()
44 HeapWord* new_addr = align_up(addr, alignment_in_bytes); in align_allocation_or_fail()
52 padding += alignment_in_bytes / HeapWordSize; in align_allocation_or_fail()
55 "than the minimum object size", alignment_in_bytes); in align_allocation_or_fail()
H A Dplab.inline.hpp33 inline HeapWord* PLAB::allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes) { in allocate_aligned() argument
34 HeapWord* res = CollectedHeap::align_allocation_or_fail(_top, _end, alignment_in_bytes); in allocate_aligned()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DcollectedHeap.inline.hpp35 unsigned short alignment_in_bytes) { in align_allocation_or_fail() argument
36 if (alignment_in_bytes <= ObjectAlignmentInBytes) { in align_allocation_or_fail()
42 assert(is_aligned(alignment_in_bytes, HeapWordSize), in align_allocation_or_fail()
43 "Alignment size %u is incorrect.", alignment_in_bytes); in align_allocation_or_fail()
45 HeapWord* new_addr = align_up(addr, alignment_in_bytes); in align_allocation_or_fail()
53 padding += alignment_in_bytes / HeapWordSize; in align_allocation_or_fail()
56 "than the minimum object size", alignment_in_bytes); in align_allocation_or_fail()
H A Dplab.inline.hpp33 inline HeapWord* PLAB::allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes) { in allocate_aligned() argument
34 HeapWord* res = CollectedHeap::align_allocation_or_fail(_top, _end, alignment_in_bytes); in allocate_aligned()
H A Dplab.hpp98 inline HeapWord* allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DcollectedHeap.inline.hpp35 unsigned short alignment_in_bytes) { in align_allocation_or_fail() argument
36 if (alignment_in_bytes <= ObjectAlignmentInBytes) { in align_allocation_or_fail()
42 assert(is_aligned(alignment_in_bytes, HeapWordSize), in align_allocation_or_fail()
43 "Alignment size %u is incorrect.", alignment_in_bytes); in align_allocation_or_fail()
45 HeapWord* new_addr = align_up(addr, alignment_in_bytes); in align_allocation_or_fail()
53 padding += alignment_in_bytes / HeapWordSize; in align_allocation_or_fail()
56 "than the minimum object size", alignment_in_bytes); in align_allocation_or_fail()
H A Dplab.inline.hpp33 inline HeapWord* PLAB::allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes) { in allocate_aligned() argument
34 HeapWord* res = CollectedHeap::align_allocation_or_fail(_top, _end, alignment_in_bytes); in allocate_aligned()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DcollectedHeap.inline.hpp35 unsigned short alignment_in_bytes) { in align_allocation_or_fail() argument
36 if (alignment_in_bytes <= ObjectAlignmentInBytes) { in align_allocation_or_fail()
42 assert(is_aligned(alignment_in_bytes, HeapWordSize), in align_allocation_or_fail()
43 "Alignment size %u is incorrect.", alignment_in_bytes); in align_allocation_or_fail()
45 HeapWord* new_addr = align_up(addr, alignment_in_bytes); in align_allocation_or_fail()
53 padding += alignment_in_bytes / HeapWordSize; in align_allocation_or_fail()
56 "than the minimum object size", alignment_in_bytes); in align_allocation_or_fail()
H A Dplab.inline.hpp33 inline HeapWord* PLAB::allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes) { in allocate_aligned() argument
34 HeapWord* res = CollectedHeap::align_allocation_or_fail(_top, _end, alignment_in_bytes); in allocate_aligned()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.inline.hpp256 unsigned short alignment_in_bytes) { in align_allocation_or_fail() argument
257 if (alignment_in_bytes <= ObjectAlignmentInBytes) { in align_allocation_or_fail()
263 assert(is_size_aligned(alignment_in_bytes, HeapWordSize), in align_allocation_or_fail()
264 err_msg("Alignment size %u is incorrect.", alignment_in_bytes)); in align_allocation_or_fail()
266 HeapWord* new_addr = (HeapWord*) align_pointer_up(addr, alignment_in_bytes); in align_allocation_or_fail()
274 padding += alignment_in_bytes / HeapWordSize; in align_allocation_or_fail()
277 "than the minimum object size", alignment_in_bytes)); in align_allocation_or_fail()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.inline.hpp256 unsigned short alignment_in_bytes) { in align_allocation_or_fail() argument
257 if (alignment_in_bytes <= ObjectAlignmentInBytes) { in align_allocation_or_fail()
263 assert(is_size_aligned(alignment_in_bytes, HeapWordSize), in align_allocation_or_fail()
264 err_msg("Alignment size %u is incorrect.", alignment_in_bytes)); in align_allocation_or_fail()
266 HeapWord* new_addr = (HeapWord*) align_pointer_up(addr, alignment_in_bytes); in align_allocation_or_fail()
274 padding += alignment_in_bytes / HeapWordSize; in align_allocation_or_fail()
277 "than the minimum object size", alignment_in_bytes)); in align_allocation_or_fail()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.inline.hpp31 HeapWord* ParGCAllocBuffer::allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes) { in allocate_aligned() argument
33 HeapWord* res = CollectedHeap::align_allocation_or_fail(_top, _end, alignment_in_bytes); in allocate_aligned()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.inline.hpp31 HeapWord* ParGCAllocBuffer::allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes) { in allocate_aligned() argument
33 HeapWord* res = CollectedHeap::align_allocation_or_fail(_top, _end, alignment_in_bytes); in allocate_aligned()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DabstractInterpreter_s390.cpp104 assert((Interpreter::stackElementSize == frame::alignment_in_bytes), "must align frame size"); in size_activation()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A DabstractInterpreter_s390.cpp104 assert((Interpreter::stackElementSize == frame::alignment_in_bytes), "must align frame size"); in size_activation()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DabstractInterpreter_s390.cpp104 assert((Interpreter::stackElementSize == frame::alignment_in_bytes), "must align frame size"); in size_activation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A DabstractInterpreter_s390.cpp104 assert((Interpreter::stackElementSize == frame::alignment_in_bytes), "must align frame size"); in size_activation()

12345678910>>...13