Uses of Interface
com.ibm.dtfj.image.ImagePointer
Packages that use ImagePointer
Package
Description
Classes to support reading system images.
Classes to support Java™ runtime instances.
-
Uses of ImagePointer in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImagePointerModifier and TypeMethodDescriptionImagePointer.add
(long offset) Build a new image pointer offset from this one by the given amount.CorruptData.getAddress()
Return an address associated with the corruption.ImageSymbol.getAddress()
Get the address of this symbol in the image.ImageSection.getBaseAddress()
Gets the base address (the lowest) of memory in this section.ImageStackFrame.getBasePointer()
Get the base pointer of the stack frame.ImageAddressSpace.getPointer
(long address) A factory method for creating pointers into this address space.MemoryAccessException.getPointer()
Get a pointer into the image where the access failed.ImagePointer.getPointerAt
(long index) Get the value at the given offset from this pointer.ImageStackFrame.getProcedureAddress()
Get the address of the current instruction within the procedure being executed.Constructors in com.ibm.dtfj.image with parameters of type ImagePointerModifierConstructorDescriptionMemoryAccessException
(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 ImagePointerModifier and TypeMethodDescriptionJavaLocation.getAddress()
Fetches the absolute address of the code which this location represents.JavaStackFrame.getBasePointer()
Get a pointer to the base of this stack frameJavaVMOption.getExtraInfo()
Fetch the extraInfo component of this option.JavaClass.getID()
The ID of a class is a pointer to a section of memory which identifies the class.JavaMonitor.getID()
Get the identifier for this monitorJavaObject.getID()
The ID of an object is a unique address is memory which identifies the object.JavaRuntime.getJavaVM()
Get the object that represents the virtual machineJavaThread.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 ImagePointerModifier and TypeMethodDescriptionJavaRuntime.getObjectAtAddress
(ImagePointer address) Gets the object located at addressaddress
in the heap.