Uses of Interface
com.ibm.dtfj.image.ImagePointer
-
Packages that use ImagePointer Package Description com.ibm.dtfj.image Classes to support reading system images.com.ibm.dtfj.java Classes to support Java™ runtime instances. -
-
Uses of ImagePointer in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImagePointer Modifier and Type Method Description ImagePointer
ImagePointer. add(long offset)
Build a new image pointer offset from this one by the given amount.ImagePointer
CorruptData. getAddress()
Return an address associated with the corruption.ImagePointer
ImageSymbol. getAddress()
Get the address of this symbol in the image.ImagePointer
ImageSection. getBaseAddress()
Gets the base address (the lowest) of memory in this section.ImagePointer
ImageStackFrame. getBasePointer()
Get the base pointer of the stack frame.ImagePointer
ImageAddressSpace. getPointer(long address)
A factory method for creating pointers into this address space.ImagePointer
MemoryAccessException. getPointer()
Get a pointer into the image where the access failed.ImagePointer
ImagePointer. getPointerAt(long index)
Get the value at the given offset from this pointer.ImagePointer
ImageStackFrame. getProcedureAddress()
Get the address of the current instruction within the procedure being executed.Constructors in com.ibm.dtfj.image with parameters of type ImagePointer Constructor Description MemoryAccessException(ImagePointer badPointer)
Build exception for the given location and descriptionMemoryAccessException(ImagePointer badPointer, String description)
Build exception for the given location and description -
Uses of ImagePointer in com.ibm.dtfj.java
Methods in com.ibm.dtfj.java that return ImagePointer Modifier and Type Method Description ImagePointer
JavaLocation. getAddress()
Fetches the absolute address of the code which this location represents.ImagePointer
JavaStackFrame. getBasePointer()
Get a pointer to the base of this stack frameImagePointer
JavaVMOption. getExtraInfo()
Fetch the extraInfo component of this option.ImagePointer
JavaClass. getID()
The ID of a class is a pointer to a section of memory which identifies the class.ImagePointer
JavaMonitor. getID()
Get the identifier for this monitorImagePointer
JavaObject. getID()
The ID of an object is a unique address is memory which identifies the object.ImagePointer
JavaRuntime. getJavaVM()
Get the object that represents the virtual machineImagePointer
JavaThread. getJNIEnv()
Get the address of the JNIEnv structure which represents this thread instance in JNI.Methods in com.ibm.dtfj.java with parameters of type ImagePointer Modifier and Type Method Description JavaObject
JavaRuntime. getObjectAtAddress(ImagePointer address)
Gets the object located at addressaddress
in the heap.
-