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.dtfj.image.j9
Classes in com.ibm.dtfj.image.j9 that implement ImageAddressSpaceMethods in com.ibm.dtfj.image.j9 that return ImageAddressSpace -
Uses of ImageAddressSpace in com.ibm.dtfj.image.j9.corrupt
Methods in com.ibm.dtfj.image.j9.corrupt that return ImageAddressSpaceConstructors in com.ibm.dtfj.image.j9.corrupt with parameters of type ImageAddressSpace -
Uses of ImageAddressSpace in com.ibm.dtfj.image.javacore
Classes in com.ibm.dtfj.image.javacore that implement ImageAddressSpaceMethods in com.ibm.dtfj.image.javacore that return ImageAddressSpaceMethods in com.ibm.dtfj.image.javacore with parameters of type ImageAddressSpaceModifier and TypeMethodDescriptionvoid
JCImage.addAddressSpace
(ImageAddressSpace imageAddressSpace) -
Uses of ImageAddressSpace in com.ibm.dtfj.java.j9
Constructors in com.ibm.dtfj.java.j9 with parameters of type ImageAddressSpaceModifierConstructorDescriptionJavaVMInitArgs
(ImageAddressSpace addressSpace, int version, boolean ignoreUnrecognized) -
Uses of ImageAddressSpace in com.ibm.dtfj.phd
Methods in com.ibm.dtfj.phd that return types with arguments of type ImageAddressSpaceConstructors in com.ibm.dtfj.phd with parameters of type ImageAddressSpaceModifierConstructorDescriptionPHDCorruptImageThread
(ImageAddressSpace space, CorruptData cd) PHDImageStackFrame
(ImageAddressSpace space, ImageStackFrame meta) PHDImageThread
(ImageAddressSpace space, ImageThread meta) -
Uses of ImageAddressSpace in com.ibm.j9ddr.view.dtfj.image
Classes in com.ibm.j9ddr.view.dtfj.image that implement ImageAddressSpaceMethods in com.ibm.j9ddr.view.dtfj.image that return ImageAddressSpace -
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) -
Uses of ImageAddressSpace in com.ibm.jvm.dtfjview
Methods in com.ibm.jvm.dtfjview with parameters of type ImageAddressSpaceModifier and TypeMethodDescriptionJdmpviewContextManager.createContext
(Image image, int major, int minor, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) Create a new context from DTFJ.Constructors in com.ibm.jvm.dtfjview with parameters of type ImageAddressSpaceModifierConstructorDescriptionCombinedContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt, int id) -
Uses of ImageAddressSpace in com.ibm.jvm.dtfjview.commands.helpers
Methods in com.ibm.jvm.dtfjview.commands.helpers that return ImageAddressSpaceModifier and TypeMethodDescriptionstatic ImageAddressSpace
Utils._extractAddressSpace
(Image loadedImage)