Modifier and Type | Class and Description |
---|---|
pack-priv static class | |
pack-priv abstract static class | |
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
pack-priv static final int | |
pack-priv static final JavaNioAccess | |
pack-priv static final ScopedMemoryAccess |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv static long |
ALIGN | back to summary |
---|---|
pack-priv static final int ALIGN |
NIO_ACCESS | back to summary |
---|---|
pack-priv static final JavaNioAccess NIO_ACCESS |
SCOPED_MEMORY_ACCESS | back to summary |
---|---|
pack-priv static final ScopedMemoryAccess SCOPED_MEMORY_ACCESS |
VarHandleByteArrayAsLongs | back to summary |
---|---|
pack-priv VarHandleByteArrayAsLongs() |
convEndian | back to summary |
---|---|
pack-priv static long convEndian(boolean big, long n)
|
Modifier and Type | Field and Description |
---|---|
pack-priv static final VarForm |
Access | Constructor and Description |
---|---|
pack-priv | |
private |
Modifier and Type | Method and Description |
---|---|
pack-priv final MethodType | accessModeTypeUncached(VarHandle.
Implements abstract java.
|
pack-priv static long | |
pack-priv static int | |
pack-priv static void | |
public VarHandleByteArrayAsLongs. | withInvokeBehavior()
Implements abstract java. Returns a VarHandle, with access to the same variable(s) as this VarHandle, but whose invocation behavior of access mode methods is adjusted to invoke behavior. |
public VarHandleByteArrayAsLongs. | withInvokeExactBehavior()
Implements abstract java. Returns a VarHandle, with access to the same variable(s) as this VarHandle, but whose invocation behavior of access mode methods is adjusted to invoke-exact behavior. |
FORM | back to summary |
---|---|
pack-priv static final VarForm FORM |
ArrayHandle | back to summary |
---|---|
pack-priv ArrayHandle(boolean be) |
ArrayHandle | back to summary |
---|---|
private ArrayHandle(boolean be, boolean exact) |
accessModeTypeUncached | back to summary |
---|---|
pack-priv final MethodType accessModeTypeUncached(VarHandle. Implements abstract java.
|
get | back to summary |
---|---|
pack-priv static long get(VarHandle ob, Object oba, int index)
|
index | back to summary |
---|---|
pack-priv static int index(byte[] ba, int index)
|
set | back to summary |
---|---|
pack-priv static void set(VarHandle ob, Object oba, int index, long value)
|
withInvokeBehavior | back to summary |
---|---|
public VarHandleByteArrayAsLongs. Implements abstract java. Doc from java. Returns a VarHandle, with access to the same variable(s) as this VarHandle, but whose invocation behavior of access mode methods is adjusted to invoke behavior. If this VarHandle already has invoke behavior this VarHandle is returned.
Invoking
|
withInvokeExactBehavior | back to summary |
---|---|
public VarHandleByteArrayAsLongs. Implements abstract java. Doc from java. Returns a VarHandle, with access to the same variable(s) as this VarHandle, but whose invocation behavior of access mode methods is adjusted to invoke-exact behavior. If this VarHandle already has invoke-exact behavior this VarHandle is returned.
Invoking
|
Modifier and Type | Field and Description |
---|---|
pack-priv final boolean |
Access | Constructor and Description |
---|---|
pack-priv |
be | back to summary |
---|---|
pack-priv final boolean be |
ByteArrayViewVarHandle | back to summary |
---|---|
pack-priv ByteArrayViewVarHandle(VarForm form, boolean be, boolean exact) |
Modifier and Type | Field and Description |
---|---|
pack-priv static final VarForm |
Access | Constructor and Description |
---|---|
pack-priv | |
private |
Modifier and Type | Method and Description |
---|---|
pack-priv final MethodType | accessModeTypeUncached(VarHandle.
Implements abstract java.
|
pack-priv static long | |
pack-priv static Object | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static boolean | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static long | |
pack-priv static int | |
pack-priv static int | |
pack-priv static MemorySessionImpl | |
pack-priv static void | |
pack-priv static void | |
pack-priv static void | |
pack-priv static void | |
pack-priv static boolean | |
pack-priv static boolean | |
pack-priv static boolean | |
pack-priv static boolean | |
public VarHandleByteArrayAsLongs. | withInvokeBehavior()
Implements abstract java. Returns a VarHandle, with access to the same variable(s) as this VarHandle, but whose invocation behavior of access mode methods is adjusted to invoke behavior. |
public VarHandleByteArrayAsLongs. | withInvokeExactBehavior()
Implements abstract java. Returns a VarHandle, with access to the same variable(s) as this VarHandle, but whose invocation behavior of access mode methods is adjusted to invoke-exact behavior. |
FORM | back to summary |
---|---|
pack-priv static final VarForm FORM |
ByteBufferHandle | back to summary |
---|---|
pack-priv ByteBufferHandle(boolean be) |
ByteBufferHandle | back to summary |
---|---|
private ByteBufferHandle(boolean be, boolean exact) |
accessModeTypeUncached | back to summary |
---|---|
pack-priv final MethodType accessModeTypeUncached(VarHandle. Implements abstract java.
|
address | back to summary |
---|---|
pack-priv static long address(ByteBuffer bb, int index)
|
checkNullHeapBase | back to summary |
---|---|
pack-priv static Object checkNullHeapBase(Object hb)
|
compareAndExchange | back to summary |
---|---|
pack-priv static long compareAndExchange(VarHandle ob, Object obb, int index, long expected, long value)
|
compareAndExchangeAcquire | back to summary |
---|---|
pack-priv static long compareAndExchangeAcquire(VarHandle ob, Object obb, int index, long expected, long value)
|
compareAndExchangeRelease | back to summary |
---|---|
pack-priv static long compareAndExchangeRelease(VarHandle ob, Object obb, int index, long expected, long value)
|
compareAndSet | back to summary |
---|---|
pack-priv static boolean compareAndSet(VarHandle ob, Object obb, int index, long expected, long value)
|
get | back to summary |
---|---|
pack-priv static long get(VarHandle ob, Object obb, int index)
|
getAcquire | back to summary |
---|---|
pack-priv static long getAcquire(VarHandle ob, Object obb, int index)
|
getAndAdd | back to summary |
---|---|
pack-priv static long getAndAdd(VarHandle ob, Object obb, int index, long delta)
|
getAndAddAcquire | back to summary |
---|---|
pack-priv static long getAndAddAcquire(VarHandle ob, Object obb, int index, long delta)
|
getAndAddConvEndianWithCAS | back to summary |
---|---|
pack-priv static long getAndAddConvEndianWithCAS(ByteBuffer bb, int index, long delta)
|
getAndAddRelease | back to summary |
---|---|
pack-priv static long getAndAddRelease(VarHandle ob, Object obb, int index, long delta)
|
getAndBitwiseAnd | back to summary |
---|---|
pack-priv static long getAndBitwiseAnd(VarHandle ob, Object obb, int index, long value)
|
getAndBitwiseAndAcquire | back to summary |
---|---|
pack-priv static long getAndBitwiseAndAcquire(VarHandle ob, Object obb, int index, long value)
|
getAndBitwiseAndConvEndianWithCAS | back to summary |
---|---|
pack-priv static long getAndBitwiseAndConvEndianWithCAS(ByteBuffer bb, int index, long value)
|
getAndBitwiseAndRelease | back to summary |
---|---|
pack-priv static long getAndBitwiseAndRelease(VarHandle ob, Object obb, int index, long value)
|
getAndBitwiseOr | back to summary |
---|---|
pack-priv static long getAndBitwiseOr(VarHandle ob, Object obb, int index, long value)
|
getAndBitwiseOrAcquire | back to summary |
---|---|
pack-priv static long getAndBitwiseOrAcquire(VarHandle ob, Object obb, int index, long value)
|
getAndBitwiseOrConvEndianWithCAS | back to summary |
---|---|
pack-priv static long getAndBitwiseOrConvEndianWithCAS(ByteBuffer bb, int index, long value)
|
getAndBitwiseOrRelease | back to summary |
---|---|
pack-priv static long getAndBitwiseOrRelease(VarHandle ob, Object obb, int index, long value)
|
getAndBitwiseXor | back to summary |
---|---|
pack-priv static long getAndBitwiseXor(VarHandle ob, Object obb, int index, long value)
|
getAndBitwiseXorAcquire | back to summary |
---|---|
pack-priv static long getAndBitwiseXorAcquire(VarHandle ob, Object obb, int index, long value)
|
getAndBitwiseXorConvEndianWithCAS | back to summary |
---|---|
pack-priv static long getAndBitwiseXorConvEndianWithCAS(ByteBuffer bb, int index, long value)
|
getAndBitwiseXorRelease | back to summary |
---|---|
pack-priv static long getAndBitwiseXorRelease(VarHandle ob, Object obb, int index, long value)
|
getAndSet | back to summary |
---|---|
pack-priv static long getAndSet(VarHandle ob, Object obb, int index, long value)
|
getAndSetAcquire | back to summary |
---|---|
pack-priv static long getAndSetAcquire(VarHandle ob, Object obb, int index, long value)
|
getAndSetRelease | back to summary |
---|---|
pack-priv static long getAndSetRelease(VarHandle ob, Object obb, int index, long value)
|
getOpaque | back to summary |
---|---|
pack-priv static long getOpaque(VarHandle ob, Object obb, int index)
|
getVolatile | back to summary |
---|---|
pack-priv static long getVolatile(VarHandle ob, Object obb, int index)
|
index | back to summary |
---|---|
pack-priv static int index(ByteBuffer bb, int index)
|
indexRO | back to summary |
---|---|
pack-priv static int indexRO(ByteBuffer bb, int index)
|
session | back to summary |
---|---|
pack-priv static MemorySessionImpl session(ByteBuffer bb)
|
set | back to summary |
---|---|
pack-priv static void set(VarHandle ob, Object obb, int index, long value)
|
setOpaque | back to summary |
---|---|
pack-priv static void setOpaque(VarHandle ob, Object obb, int index, long value)
|
setRelease | back to summary |
---|---|
pack-priv static void setRelease(VarHandle ob, Object obb, int index, long value)
|
setVolatile | back to summary |
---|---|
pack-priv static void setVolatile(VarHandle ob, Object obb, int index, long value)
|
weakCompareAndSet | back to summary |
---|---|
pack-priv static boolean weakCompareAndSet(VarHandle ob, Object obb, int index, long expected, long value)
|
weakCompareAndSetAcquire | back to summary |
---|---|
pack-priv static boolean weakCompareAndSetAcquire(VarHandle ob, Object obb, int index, long expected, long value)
|
weakCompareAndSetPlain | back to summary |
---|---|
pack-priv static boolean weakCompareAndSetPlain(VarHandle ob, Object obb, int index, long expected, long value)
|
weakCompareAndSetRelease | back to summary |
---|---|
pack-priv static boolean weakCompareAndSetRelease(VarHandle ob, Object obb, int index, long expected, long value)
|
withInvokeBehavior | back to summary |
---|---|
public VarHandleByteArrayAsLongs. Implements abstract java. Doc from java. Returns a VarHandle, with access to the same variable(s) as this VarHandle, but whose invocation behavior of access mode methods is adjusted to invoke behavior. If this VarHandle already has invoke behavior this VarHandle is returned.
Invoking
|
withInvokeExactBehavior | back to summary |
---|---|
public VarHandleByteArrayAsLongs. Implements abstract java. Doc from java. Returns a VarHandle, with access to the same variable(s) as this VarHandle, but whose invocation behavior of access mode methods is adjusted to invoke-exact behavior. If this VarHandle already has invoke-exact behavior this VarHandle is returned.
Invoking
|