Uses of Interface
com.ibm.dtfj.image.ImageSection
Packages that use ImageSection
Package
Description
Classes to support Java™ runtime instances.
-
Uses of ImageSection in com.ibm.dtfj.image.j9
Classes in com.ibm.dtfj.image.j9 that implement ImageSectionModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of ImageSection in com.ibm.dtfj.image.javacore
Classes in com.ibm.dtfj.image.javacore that implement ImageSectionMethods in com.ibm.dtfj.image.javacore with parameters of type ImageSectionModifier and TypeMethodDescriptionvoidJCImageAddressSpace.addImageSection(ImageSection imageSection) Not in DTFJvoidJCImageThread.addImageStackSection(ImageSection stackSection) NOT in DTFJ Add a stack section for this thread. -
Uses of ImageSection in com.ibm.dtfj.java
Subinterfaces of ImageSection in com.ibm.dtfj.javaModifier and TypeInterfaceDescriptioninterfaceRepresents a native memory range allocated by the Java Runtime. -
Uses of ImageSection in com.ibm.dtfj.javacore.builder
Methods in com.ibm.dtfj.javacore.builder that return ImageSectionModifier and TypeMethodDescriptionIImageAddressSpaceBuilder.addImageSection(String name, long base, long size) Create a new image section with the given name, base address and size and add it to the list in the ImageAddressSpace.IImageProcessBuilder.addImageStackSection(ImageThread thread, ImageSection section) Adds a stack section to an image threadMethods in com.ibm.dtfj.javacore.builder with parameters of type ImageSectionModifier and TypeMethodDescriptionIImageProcessBuilder.addImageStackSection(ImageThread thread, ImageSection section) Adds a stack section to an image thread -
Uses of ImageSection in com.ibm.dtfj.javacore.builder.javacore
Methods in com.ibm.dtfj.javacore.builder.javacore that return ImageSectionModifier and TypeMethodDescriptionImageAddressSpaceBuilder.addImageSection(String name, long base, long size) ImageProcessBuilder.addImageStackSection(ImageThread thread, ImageSection section) Add a stack section to an existing image threadMethods in com.ibm.dtfj.javacore.builder.javacore with parameters of type ImageSectionModifier and TypeMethodDescriptionImageProcessBuilder.addImageStackSection(ImageThread thread, ImageSection section) Add a stack section to an existing image thread -
Uses of ImageSection in com.ibm.dtfj.phd
Methods in com.ibm.dtfj.phd that return types with arguments of type ImageSectionModifier and TypeMethodDescriptionPHDJavaMethod.getBytecodeSections()PHDCorruptImageModule.getSections()PHDImageModule.getSections()PHDJavaObject.getSections()PHDCorruptImageThread.getStackSections()PHDCorruptJavaThread.getStackSections()PHDImageThread.getStackSections()PHDJavaThread.getStackSections() -
Uses of ImageSection in com.ibm.j9ddr.view.dtfj.image
Classes in com.ibm.j9ddr.view.dtfj.image that implement ImageSection -
Uses of ImageSection in com.ibm.j9ddr.vm29.view.dtfj.java
Classes in com.ibm.j9ddr.vm29.view.dtfj.java that implement ImageSectionModifier and TypeClassDescriptionclassJavaRuntimeMemorySection used for everything but J9MemTag sections.classclassA JavaRuntimeMemorySection based on a J9MemTag malloced data chunk. -
Uses of ImageSection in com.ibm.jvm.dtfjview.commands.infocommands
Methods in com.ibm.jvm.dtfjview.commands.infocommands with parameters of type ImageSection