Home
last modified time | relevance | path

Searched refs:getCharUnaligned (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestChar.java181 char x = UNSAFE.getCharUnaligned(base, offset); in testAccess()
187 char x = UNSAFE.getCharUnaligned(base, offset, true); in testAccess()
193 char x = UNSAFE.getCharUnaligned(base, offset, false); in testAccess()
H A DUnsafeGetStableArrayElement.java187 …static char testC_U() { return U.getCharUnaligned( STABLE_CHAR_ARRAY, ARRAY_CHAR_BASE_OFFSET … in testC_U()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestChar.java181 char x = UNSAFE.getCharUnaligned(base, offset); in testAccess()
187 char x = UNSAFE.getCharUnaligned(base, offset, true); in testAccess()
193 char x = UNSAFE.getCharUnaligned(base, offset, false); in testAccess()
H A DUnsafeGetStableArrayElement.java187 …static char testC_U() { return U.getCharUnaligned( STABLE_CHAR_ARRAY, ARRAY_CHAR_BASE_OFFSET … in testC_U()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestChar.java181 char x = UNSAFE.getCharUnaligned(base, offset); in testAccess()
187 char x = UNSAFE.getCharUnaligned(base, offset, true); in testAccess()
193 char x = UNSAFE.getCharUnaligned(base, offset, false); in testAccess()
H A DUnsafeGetStableArrayElement.java187 …static char testC_U() { return U.getCharUnaligned( STABLE_CHAR_ARRAY, ARRAY_CHAR_BASE_OFFSET … in testC_U()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestChar.java181 char x = UNSAFE.getCharUnaligned(base, offset); in testAccess()
187 char x = UNSAFE.getCharUnaligned(base, offset, true); in testAccess()
193 char x = UNSAFE.getCharUnaligned(base, offset, false); in testAccess()
H A DUnsafeGetStableArrayElement.java187 …static char testC_U() { return U.getCharUnaligned( STABLE_CHAR_ARRAY, ARRAY_CHAR_BASE_OFFSET … in testC_U()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestChar.java181 char x = UNSAFE.getCharUnaligned(base, offset); in testAccess()
187 char x = UNSAFE.getCharUnaligned(base, offset, true); in testAccess()
193 char x = UNSAFE.getCharUnaligned(base, offset, false); in testAccess()
H A DUnsafeGetStableArrayElement.java191 …static char testC_U() { return U.getCharUnaligned( STABLE_CHAR_ARRAY, ARRAY_CHAR_BASE_OFFSET … in testC_U()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestChar.java181 char x = UNSAFE.getCharUnaligned(base, offset); in testAccess()
187 char x = UNSAFE.getCharUnaligned(base, offset, true); in testAccess()
193 char x = UNSAFE.getCharUnaligned(base, offset, false); in testAccess()
H A DUnsafeGetStableArrayElement.java187 …static char testC_U() { return U.getCharUnaligned( STABLE_CHAR_ARRAY, ARRAY_CHAR_BASE_OFFSET … in testC_U()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestChar.java181 char x = UNSAFE.getCharUnaligned(base, offset); in testAccess()
187 char x = UNSAFE.getCharUnaligned(base, offset, true); in testAccess()
193 char x = UNSAFE.getCharUnaligned(base, offset, false); in testAccess()
H A DUnsafeGetStableArrayElement.java187 …static char testC_U() { return U.getCharUnaligned( STABLE_CHAR_ARRAY, ARRAY_CHAR_BASE_OFFSET … in testC_U()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestChar.java181 char x = UNSAFE.getCharUnaligned(base, offset); in testAccess()
187 char x = UNSAFE.getCharUnaligned(base, offset, true); in testAccess()
193 char x = UNSAFE.getCharUnaligned(base, offset, false); in testAccess()
H A DUnsafeGetStableArrayElement.java187 …static char testC_U() { return U.getCharUnaligned( STABLE_CHAR_ARRAY, ARRAY_CHAR_BASE_OFFSET … in testC_U()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/nio/
H A DHeap-X-Buffer.java.template286 return UNSAFE.getCharUnaligned(hb, byteOffset(nextGetIndex(2)), bigEndian);
290 return UNSAFE.getCharUnaligned(hb, byteOffset(checkIndex(i, 2)), bigEndian);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/nio/
H A DHeap-X-Buffer.java.template298 return UNSAFE.getCharUnaligned(hb, byteOffset(nextGetIndex(2)), bigEndian);
302 return UNSAFE.getCharUnaligned(hb, byteOffset(checkIndex(i, 2)), bigEndian);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/nio/
H A DHeap-X-Buffer.java.template298 return UNSAFE.getCharUnaligned(hb, byteOffset(nextGetIndex(2)), bigEndian);
302 return UNSAFE.getCharUnaligned(hb, byteOffset(checkIndex(i, 2)), bigEndian);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/nio/
H A DHeap-X-Buffer.java.template334 return UNSAFE.getCharUnaligned(hb, byteOffset(nextGetIndex(2)), bigEndian);
338 return UNSAFE.getCharUnaligned(hb, byteOffset(checkIndex(i, 2)), bigEndian);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/nio/
H A DHeap-X-Buffer.java.template329 … return SCOPED_MEMORY_ACCESS.getCharUnaligned(scope(), hb, byteOffset(nextGetIndex(2)), bigEndian);
333 …return SCOPED_MEMORY_ACCESS.getCharUnaligned(scope(), hb, byteOffset(checkIndex(i, 2)), bigEndian);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/nio/
H A DHeap-X-Buffer.java.template331 … return SCOPED_MEMORY_ACCESS.getCharUnaligned(scope(), hb, byteOffset(nextGetIndex(2)), bigEndian);
335 …return SCOPED_MEMORY_ACCESS.getCharUnaligned(scope(), hb, byteOffset(checkIndex(i, 2)), bigEndian);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/nio/
H A DHeap-X-Buffer.java.template324 return UNSAFE.getCharUnaligned(hb, byteOffset(nextGetIndex(2)), bigEndian);
328 return UNSAFE.getCharUnaligned(hb, byteOffset(checkIndex(i, 2)), bigEndian);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/nio/
H A DHeap-X-Buffer.java.template344 return UNSAFE.getCharUnaligned(hb, byteOffset(nextGetIndex(2)), bigEndian);
348 return UNSAFE.getCharUnaligned(hb, byteOffset(checkIndex(i, 2)), bigEndian);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java3472 public final char getCharUnaligned(Object o, long offset) { in getCharUnaligned() method in Unsafe
3482 public final char getCharUnaligned(Object o, long offset, boolean bigEndian) { in getCharUnaligned() method in Unsafe
3483 return convEndian(bigEndian, getCharUnaligned(o, offset)); in getCharUnaligned()

12