|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageSection | |
---|---|
javax.tools.diagnostics.image | Package of interfaces representing a snapshot of a program. |
javax.tools.diagnostics.runtime.java | Definition of an abstract view of a Java runtime. |
Uses of ImageSection in javax.tools.diagnostics.image |
---|
Methods in javax.tools.diagnostics.image that return types with arguments of type ImageSection | |
---|---|
java.util.List<ImageSection> |
ImageAddressSpace.getImageSections()
Get the raw memory in the address space. |
java.util.List<ImageSection> |
ImageModule.getSections()
Get the collection of sections that make up this library. |
java.util.List<ImageSection> |
ImageThread.getStackSections()
Get the set of image sections which make up the stack. |
Uses of ImageSection in javax.tools.diagnostics.runtime.java |
---|
Methods in javax.tools.diagnostics.runtime.java that return types with arguments of type ImageSection | |
---|---|
java.util.List<ImageSection> |
JavaMethod.getBytecodeSections()
Get the set of ImageSections containing the bytecode of this method. |
java.util.List<ImageSection> |
JavaMethod.getCompiledSections()
Get the set of ImageSections containing the compiled code of this method. |
java.util.List<ImageSection> |
JavaObject.getSections()
Returns the sections that this object occupies in memory. |
java.util.List<ImageSection> |
JavaHeap.getSections()
Get the set of memory regions that represent the memory layout of the heap. |
java.util.List<ImageSection> |
JavaThread.getStackSections()
Get the List of ImageSections which make up the Java Virtual Machine stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |