com.ibm.dtfj.image

Uses of Interface ImagePointer

Packages that use ImagePointer

Package Description
com.ibm.dtfj.image
com.ibm.dtfj.java

Uses of ImagePointer in com.ibm.dtfj.image

Modifier and Type Method and Description
  1. ImagePointer
ImagePointer.add(long offset)
Build a new image pointer offset from this one by the given amount.
  1. ImagePointer
ImageSymbol.getAddress()
Get the address of this symbol in the image.
  1. ImagePointer
CorruptData.getAddress()
Return an address associated with the corruption.
  1. ImagePointer
ImageSection.getBaseAddress()
Gets the base address (the lowest) of memory in this section.
  1. ImagePointer
ImageStackFrame.getBasePointer()
Get the base pointer of the stack frame.
  1. ImagePointer
MemoryAccessException.getPointer()
Get a pointer into the image where the access failed.
  1. ImagePointer
ImageAddressSpace.getPointer(long address)
A factory method for creating pointers into this address space.
  1. ImagePointer
ImagePointer.getPointerAt(long index)
Get the value at the given offset from this pointer.
  1. ImagePointer
ImageStackFrame.getProcedureAddress()
Get the address of the current instruction within the procedure being executed.
Constructor and Description
MemoryAccessException(ImagePointer badPointer)
Build exception for the given location and description
MemoryAccessException(ImagePointer badPointer,java.lang.String description)
Build exception for the given location and description

Uses of ImagePointer in com.ibm.dtfj.java

Modifier and Type Method and Description
  1. ImagePointer
JavaLocation.getAddress()
Fetches the absolute address of the code which this location represents.
  1. ImagePointer
JavaStackFrame.getBasePointer()
Get a pointer to the base of this stack frame
  1. ImagePointer
JavaVMOption.getExtraInfo()
Fetch the extraInfo component of this option.
  1. ImagePointer
JavaObject.getID()
The ID of an object is a unique address is memory which identifies the object.
  1. ImagePointer
JavaMonitor.getID()
Get the identifier for this monitor
  1. ImagePointer
JavaClass.getID()
The ID of a class is a pointer to a section of memory which identifies the class.
  1. ImagePointer
JavaRuntime.getJavaVM()
Get the object that represents the virtual machine
  1. ImagePointer
JavaThread.getJNIEnv()
Get the address of the JNIEnv structure which represents this thread instance in JNI.
Modifier and Type Method and Description
  1. JavaObject
JavaRuntime.getObjectAtAddress(ImagePointer address)
Gets the object located at address address in the heap.