Modifier and Type | Field and Description |
---|---|
pack-priv static final boolean | |
pack-priv static final VarForm | |
pack-priv static final int | |
pack-priv static final ScopedMemoryAccess |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv final MethodType | accessModeTypeUncached(VarHandle.
Implements abstract java.
|
pack-priv static AbstractMemorySegmentImpl | |
pack-priv static byte | |
pack-priv static byte | |
pack-priv static byte | |
pack-priv static byte | |
pack-priv static byte | |
pack-priv static long | |
pack-priv static long | |
pack-priv static void | |
pack-priv static void | |
pack-priv static void | |
pack-priv static void | |
public VarHandleSegmentAsBytes | 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 VarHandleSegmentAsBytes | 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. |
BE | back to summary |
---|---|
pack-priv static final boolean BE |
FORM | back to summary |
---|---|
pack-priv static final VarForm FORM |
NON_PLAIN_ACCESS_MIN_ALIGN_MASK | back to summary |
---|---|
pack-priv static final int NON_PLAIN_ACCESS_MIN_ALIGN_MASK |
SCOPED_MEMORY_ACCESS | back to summary |
---|---|
pack-priv static final ScopedMemoryAccess SCOPED_MEMORY_ACCESS |
VarHandleSegmentAsBytes | back to summary |
---|---|
pack-priv VarHandleSegmentAsBytes(boolean be, long alignmentMask, boolean exact) |
accessModeTypeUncached | back to summary |
---|---|
pack-priv final MethodType accessModeTypeUncached(VarHandle. Implements abstract java.
|
checkReadOnly | back to summary |
---|---|
pack-priv static AbstractMemorySegmentImpl checkReadOnly(Object obb, boolean ro)
|
convEndian | back to summary |
---|---|
pack-priv static byte convEndian(boolean big, byte n)
|
get | back to summary |
---|---|
pack-priv static byte get(VarHandle ob, Object obb, long base)
|
getAcquire | back to summary |
---|---|
pack-priv static byte getAcquire(VarHandle ob, Object obb, long base)
|
getOpaque | back to summary |
---|---|
pack-priv static byte getOpaque(VarHandle ob, Object obb, long base)
|
getVolatile | back to summary |
---|---|
pack-priv static byte getVolatile(VarHandle ob, Object obb, long base)
|
offsetNonPlain | back to summary |
---|---|
pack-priv static long offsetNonPlain(AbstractMemorySegmentImpl bb, long offset, long alignmentMask)
|
offsetPlain | back to summary |
---|---|
pack-priv static long offsetPlain(AbstractMemorySegmentImpl bb, long offset)
|
set | back to summary |
---|---|
pack-priv static void set(VarHandle ob, Object obb, long base, byte value)
|
setOpaque | back to summary |
---|---|
pack-priv static void setOpaque(VarHandle ob, Object obb, long base, byte value)
|
setRelease | back to summary |
---|---|
pack-priv static void setRelease(VarHandle ob, Object obb, long base, byte value)
|
setVolatile | back to summary |
---|---|
pack-priv static void setVolatile(VarHandle ob, Object obb, long base, byte value)
|
withInvokeBehavior | back to summary |
---|---|
public VarHandleSegmentAsBytes withInvokeBehavior() 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 VarHandleSegmentAsBytes withInvokeExactBehavior() 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
|