Home
last modified time | relevance | path

Searched refs:alignedOffset (Results 1 – 25 of 120) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeTableswitch.java37 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
38 public int lowKey() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in lowKey()
39 public int highKey() { return javaSignedWordAt(alignedOffset(1 + 2*jintSize)); } in highKey()
42 int x2 = alignedOffset(1 + (3 + i)*jintSize); in destOffsetAt()
44 return javaSignedWordAt(alignedOffset(1 + (3 + i)*jintSize)); in destOffsetAt()
H A DBytecodeLookupswitch.java36 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
37 public int numberOfPairs() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in numberOfPairs()
42 return new LookupswitchPair(method, bci + alignedOffset(1 + (1 + i)*2*jintSize)); in pairAt()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeTableswitch.java37 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
38 public int lowKey() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in lowKey()
39 public int highKey() { return javaSignedWordAt(alignedOffset(1 + 2*jintSize)); } in highKey()
42 int x2 = alignedOffset(1 + (3 + i)*jintSize); in destOffsetAt()
44 return javaSignedWordAt(alignedOffset(1 + (3 + i)*jintSize)); in destOffsetAt()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeTableswitch.java37 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
38 public int lowKey() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in lowKey()
39 public int highKey() { return javaSignedWordAt(alignedOffset(1 + 2*jintSize)); } in highKey()
42 int x2 = alignedOffset(1 + (3 + i)*jintSize); in destOffsetAt()
44 return javaSignedWordAt(alignedOffset(1 + (3 + i)*jintSize)); in destOffsetAt()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeTableswitch.java37 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
38 public int lowKey() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in lowKey()
39 public int highKey() { return javaSignedWordAt(alignedOffset(1 + 2*jintSize)); } in highKey()
42 int x2 = alignedOffset(1 + (3 + i)*jintSize); in destOffsetAt()
44 return javaSignedWordAt(alignedOffset(1 + (3 + i)*jintSize)); in destOffsetAt()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeTableswitch.java37 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
38 public int lowKey() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in lowKey()
39 public int highKey() { return javaSignedWordAt(alignedOffset(1 + 2*jintSize)); } in highKey()
42 int x2 = alignedOffset(1 + (3 + i)*jintSize); in destOffsetAt()
44 return javaSignedWordAt(alignedOffset(1 + (3 + i)*jintSize)); in destOffsetAt()
H A DBytecodeLookupswitch.java36 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
37 public int numberOfPairs() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in numberOfPairs()
42 return new LookupswitchPair(method, bci + alignedOffset(1 + (1 + i)*2*jintSize)); in pairAt()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeTableswitch.java37 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
38 public int lowKey() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in lowKey()
39 public int highKey() { return javaSignedWordAt(alignedOffset(1 + 2*jintSize)); } in highKey()
42 int x2 = alignedOffset(1 + (3 + i)*jintSize); in destOffsetAt()
44 return javaSignedWordAt(alignedOffset(1 + (3 + i)*jintSize)); in destOffsetAt()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeTableswitch.java37 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
38 public int lowKey() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in lowKey()
39 public int highKey() { return javaSignedWordAt(alignedOffset(1 + 2*jintSize)); } in highKey()
42 int x2 = alignedOffset(1 + (3 + i)*jintSize); in destOffsetAt()
44 return javaSignedWordAt(alignedOffset(1 + (3 + i)*jintSize)); in destOffsetAt()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeTableswitch.java37 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
38 public int lowKey() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in lowKey()
39 public int highKey() { return javaSignedWordAt(alignedOffset(1 + 2*jintSize)); } in highKey()
42 int x2 = alignedOffset(1 + (3 + i)*jintSize); in destOffsetAt()
44 return javaSignedWordAt(alignedOffset(1 + (3 + i)*jintSize)); in destOffsetAt()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeTableswitch.java37 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
38 public int lowKey() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in lowKey()
39 public int highKey() { return javaSignedWordAt(alignedOffset(1 + 2*jintSize)); } in highKey()
42 int x2 = alignedOffset(1 + (3 + i)*jintSize); in destOffsetAt()
44 return javaSignedWordAt(alignedOffset(1 + (3 + i)*jintSize)); in destOffsetAt()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeTableswitch.java37 public int defaultOffset() { return javaSignedWordAt(alignedOffset(1 + 0*jintSize)); } in defaultOffset()
38 public int lowKey() { return javaSignedWordAt(alignedOffset(1 + 1*jintSize)); } in lowKey()
39 public int highKey() { return javaSignedWordAt(alignedOffset(1 + 2*jintSize)); } in highKey()
42 int x2 = alignedOffset(1 + (3 + i)*jintSize); in destOffsetAt()
44 return javaSignedWordAt(alignedOffset(1 + (3 + i)*jintSize)); in destOffsetAt()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/elf/
H A Delf_encoder.cpp38 auto alignedOffset = alignUp(this->data.size(), static_cast<size_t>(sectionDataAlignment)); in appendSection() local
40 this->data.reserve(alignedOffset + alignedSize); in appendSection()
41 this->data.resize(alignedOffset, 0U); in appendSection()
43 this->data.resize(alignedOffset + alignedSize, 0U); in appendSection()
44 …onHeaders.rbegin()->offset = static_cast<decltype(sectionHeaders.rbegin()->offset)>(alignedOffset); in appendSection()
55 auto alignedOffset = alignUp(this->data.size(), static_cast<size_t>(programHeader.align)); in appendSegment() local
57 this->data.reserve(alignedOffset + alignedSize); in appendSegment()
58 this->data.resize(alignedOffset, 0U); in appendSegment()
60 this->data.resize(alignedOffset + alignedSize, 0U); in appendSegment()
61 …amHeaders.rbegin()->offset = static_cast<decltype(programHeaders.rbegin()->offset)>(alignedOffset); in appendSegment()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/d3d12/
H A DTextureCopySplitter.cpp48 uint64_t alignedOffset = in ComputeTextureCopySplit() local
51 copy.offset = alignedOffset; in ComputeTextureCopySplit()
52 if (offset == alignedOffset) { in ComputeTextureCopySplit()
69 ASSERT(alignedOffset < offset); in ComputeTextureCopySplit()
70 ASSERT(offset - alignedOffset < D3D12_TEXTURE_DATA_PLACEMENT_ALIGNMENT); in ComputeTextureCopySplit()
74 format, static_cast<uint32_t>(offset - alignedOffset), rowPitch, slicePitch); in ComputeTextureCopySplit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/
H A DTextureCopySplitter.cpp50 uint64_t alignedOffset = in ComputeTextureCopySplit() local
53 copy.offset = alignedOffset; in ComputeTextureCopySplit()
54 if (offset == alignedOffset) { in ComputeTextureCopySplit()
71 ASSERT(alignedOffset < offset); in ComputeTextureCopySplit()
72 ASSERT(offset - alignedOffset < D3D12_TEXTURE_DATA_PLACEMENT_ALIGNMENT); in ComputeTextureCopySplit()
76 blockInfo, static_cast<uint32_t>(offset - alignedOffset), bytesPerRow, slicePitch); in ComputeTextureCopySplit()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Drastack.cpp119 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame() local
149 if (!foundGap && offset != alignedOffset) { in calculateStackFrame()
150 gapSize = alignedOffset - offset; in calculateStackFrame()
151 gapOffset = alignedOffset; in calculateStackFrame()
153 offset = alignedOffset; in calculateStackFrame()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Drastack.cpp133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame() local
163 if (!foundGap && offset != alignedOffset) { in calculateStackFrame()
164 gapSize = alignedOffset - offset; in calculateStackFrame()
165 gapOffset = alignedOffset; in calculateStackFrame()
167 offset = alignedOffset; in calculateStackFrame()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Drastack.cpp133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame() local
163 if (!foundGap && offset != alignedOffset) { in calculateStackFrame()
164 gapSize = alignedOffset - offset; in calculateStackFrame()
165 gapOffset = alignedOffset; in calculateStackFrame()
167 offset = alignedOffset; in calculateStackFrame()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Drastack.cpp133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame() local
163 if (!foundGap && offset != alignedOffset) { in calculateStackFrame()
164 gapSize = alignedOffset - offset; in calculateStackFrame()
165 gapOffset = alignedOffset; in calculateStackFrame()
167 offset = alignedOffset; in calculateStackFrame()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Drastack.cpp133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame() local
163 if (!foundGap && offset != alignedOffset) { in calculateStackFrame()
164 gapSize = alignedOffset - offset; in calculateStackFrame()
165 gapOffset = alignedOffset; in calculateStackFrame()
167 offset = alignedOffset; in calculateStackFrame()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Drastack.cpp133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame() local
163 if (!foundGap && offset != alignedOffset) { in calculateStackFrame()
164 gapSize = alignedOffset - offset; in calculateStackFrame()
165 gapOffset = alignedOffset; in calculateStackFrame()
167 offset = alignedOffset; in calculateStackFrame()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Drastack.cpp133 uint32_t alignedOffset = Support::alignUp(offset, slotAlignment); in calculateStackFrame() local
163 if (!foundGap && offset != alignedOffset) { in calculateStackFrame()
164 gapSize = alignedOffset - offset; in calculateStackFrame()
165 gapOffset = alignedOffset; in calculateStackFrame()
167 offset = alignedOffset; in calculateStackFrame()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DIndexDataManager.cpp103 bool alignedOffset = false; in prepareIndexData() local
109 case GL_UNSIGNED_BYTE: alignedOffset = (offset % sizeof(GLubyte) == 0); break; in prepareIndexData()
110 case GL_UNSIGNED_SHORT: alignedOffset = (offset % sizeof(GLushort) == 0); break; in prepareIndexData()
111 case GL_UNSIGNED_INT: alignedOffset = (offset % sizeof(GLuint) == 0); break; in prepareIndexData()
112 default: UNREACHABLE(); alignedOffset = false; in prepareIndexData()
129 if (staticBuffer && staticBuffer->lookupType(type) && alignedOffset) in prepareIndexData()
147 if (staticBuffer->size() == 0 && alignedOffset) in prepareIndexData()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DMemory.cpp303 size_t alignedOffset = offset - (offset % allocGranularity); in ws_strtoi64()
306 DWORD offsetH = uint32_t(uint64_t(alignedOffset) >> 32); in ws_strtoi64()
307 DWORD offsetL = uint32_t(alignedOffset); in ws_strtoi64()
322 if (offset != alignedOffset) in ws_strtoi64()
323 memset(map, 0, offset - alignedOffset); in ws_strtoi64()
328 return map + (offset - alignedOffset); in ws_strtoi64()
805 size_t alignedOffset = offset - (offset % allocGranularity); in ws_strtoi64()
809 MAP_PRIVATE, fd, alignedOffset)); in ws_strtoi64()
815 if (offset != alignedOffset) in ws_strtoi64()
816 memset(map, 0, offset - alignedOffset); in ws_strtoi64()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DMemory.cpp260 size_t alignedOffset = offset - (offset % allocGranularity); in AllocateMappedContent() local
263 DWORD offsetH = uint32_t(uint64_t(alignedOffset) >> 32); in AllocateMappedContent()
264 DWORD offsetL = uint32_t(alignedOffset); in AllocateMappedContent()
278 if (offset != alignedOffset) memset(map, 0, offset - alignedOffset); in AllocateMappedContent()
283 return map + (offset - alignedOffset); in AllocateMappedContent()
695 size_t alignedOffset = offset - (offset % allocGranularity); in AllocateMappedContent() local
699 alignedLength, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, alignedOffset)); in AllocateMappedContent()
704 if (offset != alignedOffset) memset(map, 0, offset - alignedOffset); in AllocateMappedContent()
709 return map + (offset - alignedOffset); in AllocateMappedContent()

12345