Uses of Class
com.ibm.dtfj.image.MemoryAccessException
-
Packages that use MemoryAccessException Package Description com.ibm.dtfj.image Classes to support reading system images.com.ibm.dtfj.java Classes to support Java™ runtime instances. -
-
Uses of MemoryAccessException in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that throw MemoryAccessException Modifier and Type Method Description byte
ImagePointer. getByteAt(long index)
Get the value at the given offset from this pointer.double
ImagePointer. getDoubleAt(long index)
Get the value at the given offset from this pointer.float
ImagePointer. getFloatAt(long index)
Get the value at the given offset from this pointer.int
ImagePointer. getIntAt(long index)
Get the value at the given offset from this pointer.long
ImagePointer. getLongAt(long index)
Get the value at the given offset from this pointer.ImagePointer
ImagePointer. getPointerAt(long index)
Get the value at the given offset from this pointer.short
ImagePointer. getShortAt(long index)
Get the value at the given offset from this pointer. -
Uses of MemoryAccessException in com.ibm.dtfj.java
Methods in com.ibm.dtfj.java that throw MemoryAccessException Modifier and Type Method Description void
JavaObject. arraycopy(int srcStart, Object dst, int dstStart, int length)
Copies data from the image array into a local Java array.Object
JavaField. get(JavaObject object)
Get the contents of an Object fieldboolean
JavaField. getBoolean(JavaObject object)
Get the contents of a boolean fieldbyte
JavaField. getByte(JavaObject object)
Get the contents of a byte fieldchar
JavaField. getChar(JavaObject object)
Get the contents of a char fielddouble
JavaField. getDouble(JavaObject object)
Get the contents of a double fieldfloat
JavaField. getFloat(JavaObject object)
Get the contents of a float fieldint
JavaField. getInt(JavaObject object)
Get the contents of an int fieldlong
JavaField. getLong(JavaObject object)
Get the contents of a long fieldJavaObject
JavaRuntime. getObjectAtAddress(ImagePointer address)
Gets the object located at addressaddress
in the heap.short
JavaField. getShort(JavaObject object)
Get the contents of a short fieldString
JavaField. getString(JavaObject object)
Get the contents of a string fielddefault boolean
JavaField. isNestedPacked()
Deprecated.default boolean
JavaField. isNestedPackedArray()
Deprecated.
-