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.dtfj.image.j9 com.ibm.dtfj.image.j9.corrupt com.ibm.dtfj.image.javacore com.ibm.dtfj.java.j9 com.ibm.dtfj.phd com.ibm.j9ddr.view.dtfj.image com.ibm.java.diagnostics.utils com.ibm.jvm.dtfjview com.ibm.jvm.dtfjview.commands.helpers -
-
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.dtfj.image.j9
Classes in com.ibm.dtfj.image.j9 that implement ImageAddressSpace Modifier and Type Class Description class
ImageAddressSpace
-
Uses of ImageAddressSpace in com.ibm.dtfj.image.j9.corrupt
Constructors in com.ibm.dtfj.image.j9.corrupt with parameters of type ImageAddressSpace Constructor Description CorruptImagePointer(long address, ImageAddressSpace memory)
-
Uses of ImageAddressSpace in com.ibm.dtfj.image.javacore
Classes in com.ibm.dtfj.image.javacore that implement ImageAddressSpace Modifier and Type Class Description class
JCImageAddressSpace
Methods in com.ibm.dtfj.image.javacore with parameters of type ImageAddressSpace Modifier and Type Method Description void
JCImage. addAddressSpace(ImageAddressSpace imageAddressSpace)
-
Uses of ImageAddressSpace in com.ibm.dtfj.java.j9
Constructors in com.ibm.dtfj.java.j9 with parameters of type ImageAddressSpace Constructor Description JavaVMInitArgs(ImageAddressSpace addressSpace, int version, boolean ignoreUnrecognized)
-
Uses of ImageAddressSpace in com.ibm.dtfj.phd
Constructors in com.ibm.dtfj.phd with parameters of type ImageAddressSpace Constructor Description PHDCorruptImageThread(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 ImageAddressSpace Modifier and Type Class Description class
J9DDRImageAddressSpace
-
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)
-
Uses of ImageAddressSpace in com.ibm.jvm.dtfjview
Methods in com.ibm.jvm.dtfjview with parameters of type ImageAddressSpace Modifier and Type Method Description ICombinedContext
JdmpviewContextManager. 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 ImageAddressSpace Constructor Description CombinedContext(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 ImageAddressSpace Modifier and Type Method Description static ImageAddressSpace
Utils. _extractAddressSpace(Image loadedImage)
-