public abstract class KlassPointer extends MetaspacePointer
| Constructor and Description |
|---|
KlassPointer() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equal(KlassPointer other) |
static KlassPointer |
fromWord(org.graalvm.word.Pointer pointer) |
abstract boolean |
notEqual(KlassPointer other) |
KlassPointer |
readKlassPointer(int offset,
org.graalvm.word.LocationIdentity locationIdentity) |
void |
writeKlassPointer(int offset,
KlassPointer t,
org.graalvm.word.LocationIdentity locationIdentity) |
asWord, initializeLong, isNull, readByte, readByte, readByte, readByte, readChar, readChar, readChar, readChar, readDouble, readDouble, readDouble, readDouble, readFloat, readFloat, readFloat, readFloat, readInt, readInt, readInt, readInt, readLong, readLong, readLong, readLong, readObject, readObject, readObject, readObject, readObject, readObject, readShort, readShort, readShort, readShort, readWord, readWord, readWord, readWord, writeByte, writeByte, writeByte, writeByte, writeByteSideEffectFree, writeByteSideEffectFree, writeByteSideEffectFree, writeByteSideEffectFree, writeChar, writeChar, writeChar, writeChar, writeCharSideEffectFree, writeCharSideEffectFree, writeCharSideEffectFree, writeCharSideEffectFree, writeDouble, writeDouble, writeDouble, writeDouble, writeDoubleSideEffectFree, writeDoubleSideEffectFree, writeDoubleSideEffectFree, writeDoubleSideEffectFree, writeFloat, writeFloat, writeFloat, writeFloat, writeFloatSideEffectFree, writeFloatSideEffectFree, writeFloatSideEffectFree, writeFloatSideEffectFree, writeInt, writeInt, writeInt, writeInt, writeIntSideEffectFree, writeIntSideEffectFree, writeIntSideEffectFree, writeIntSideEffectFree, writeLong, writeLong, writeLong, writeLong, writeLongSideEffectFree, writeLongSideEffectFree, writeLongSideEffectFree, writeLongSideEffectFree, writeObject, writeObject, writeObject, writeObject, writeObjectSideEffectFree, writeObjectSideEffectFree, writeObjectSideEffectFree, writeObjectSideEffectFree, writeShort, writeShort, writeShort, writeShort, writeShortSideEffectFree, writeShortSideEffectFree, writeShortSideEffectFree, writeShortSideEffectFree, writeWord, writeWord, writeWord, writeWord, writeWordSideEffectFree, writeWordSideEffectFree, writeWordSideEffectFree, writeWordSideEffectFreepublic abstract boolean equal(KlassPointer other)
public abstract boolean notEqual(KlassPointer other)
public static KlassPointer fromWord(org.graalvm.word.Pointer pointer)
public KlassPointer readKlassPointer(int offset, org.graalvm.word.LocationIdentity locationIdentity)
public void writeKlassPointer(int offset,
KlassPointer t,
org.graalvm.word.LocationIdentity locationIdentity)