Uses of Interface
com.ibm.dtfj.image.ImageAddressSpace
Packages that use ImageAddressSpace
Package
Description
Classes to support reading system images.
-
Uses of ImageAddressSpace in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImageAddressSpaceModifier and TypeMethodDescriptionImagePointer.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 ImageAddressSpaceModifier and TypeMethodDescriptionDTFJContext.getAddressSpace()
IDTFJContext.getAddressSpace()
The address space for this context.Methods in com.ibm.java.diagnostics.utils with parameters of type ImageAddressSpaceModifier and TypeMethodDescriptionstatic 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 ImageAddressSpaceModifierConstructorDescriptionDTFJContext
(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)