Uses of Interface
com.ibm.dtfj.image.ImageAddressSpace
-
Packages that use ImageAddressSpace Package Description com.ibm.dtfj.image Classes to support reading system images.com.ibm.java.diagnostics.utils -
-
Uses of ImageAddressSpace in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImageAddressSpace Modifier and Type Method Description ImageAddressSpace
ImagePointer. getAddressSpace()
Get the address space to which this pointer belongs. -
Uses of ImageAddressSpace in com.ibm.java.diagnostics.utils
Methods in com.ibm.java.diagnostics.utils that return ImageAddressSpace Modifier and Type Method Description ImageAddressSpace
IDTFJContext. getAddressSpace()
The address space for this context.Methods in com.ibm.java.diagnostics.utils with parameters of type ImageAddressSpace Modifier and Type Method Description static IDTFJContext
ContextFactory. getContext(int major, int minor, Image image, ImageAddressSpace space, ImageProcess process, JavaRuntime runtime)
Create a DTFJ context.Constructors in com.ibm.java.diagnostics.utils with parameters of type ImageAddressSpace Constructor Description DTFJContext(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt)
EmptyDTFJContext(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt)
-