Uses of Interface
com.ibm.j9ddr.corereaders.memory.IMemoryRange
Packages that use IMemoryRange
Package
Description
-
Uses of IMemoryRange in com.ibm.j9ddr.corereaders.elf
Classes in com.ibm.j9ddr.corereaders.elf that implement IMemoryRangeModifier and TypeClassDescriptionclass
Memory source that gets its data from an ELFFile.Methods in com.ibm.j9ddr.corereaders.elf that return types with arguments of type IMemoryRangeModifier and TypeMethodDescriptionCollection
<? extends IMemoryRange> ELFDumpReader.LinuxThread.getMemoryRanges()
-
Uses of IMemoryRange in com.ibm.j9ddr.corereaders.macho
Methods in com.ibm.j9ddr.corereaders.macho that return types with arguments of type IMemoryRangeModifier and TypeMethodDescriptionCollection
<? extends IMemoryRange> MachoDumpReader.OSXThread.getMemoryRanges()
-
Uses of IMemoryRange in com.ibm.j9ddr.corereaders.memory
Subinterfaces of IMemoryRange in com.ibm.j9ddr.corereaders.memoryModifier and TypeInterfaceDescriptioninterface
A memory range that can hold all the OS properties for a range of a process.interface
A memory range that holds its data.interface
A named IMemoryRangeClasses in com.ibm.j9ddr.corereaders.memory that implement IMemoryRangeModifier and TypeClassDescriptionclass
Abstract base class containing common logic for IMemoryRangeclass
Serves as a ByteBuffer backed memory source.class
class
Memory range backed by an AbstractCoreReaderclass
Simple memory range class.class
Abstract memory range that adds the isReadable/Executable/Writable methodsclass
Memory source for storage range that is declared, but not backed.Fields in com.ibm.j9ddr.corereaders.memory with type parameters of type IMemoryRangeModifier and TypeFieldDescriptionprotected final Collection
<? extends IMemoryRange> BaseModule.memoryRanges
Methods in com.ibm.j9ddr.corereaders.memory that return types with arguments of type IMemoryRangeModifier and TypeMethodDescriptionAbstractMemory.getMemoryRanges()
Collection
<? extends IMemoryRange> BaseModule.getMemoryRanges()
Collection
<? extends IMemoryRange> IMemory.getMemoryRanges()
Collection
<? extends IMemoryRange> IModule.getMemoryRanges()
final List
<IMemoryRange> MemorySourceTable.getMemorySources()
Methods in com.ibm.j9ddr.corereaders.memory with parameters of type IMemoryRangeModifier and TypeMethodDescriptionint
BaseMemoryRange.compareTo
(IMemoryRange o) boolean
BaseMemoryRange.isSubRange
(IMemoryRange other) boolean
IMemoryRange.isSubRange
(IMemoryRange other) boolean
BaseMemoryRange.overlaps
(IMemoryRange other) boolean
IMemoryRange.overlaps
(IMemoryRange other) Constructors in com.ibm.j9ddr.corereaders.memory with parameters of type IMemoryRangeModifierConstructorDescriptionMemoryRange
(IAddressSpace addressSpace, IMemoryRange range, String name) Constructor to build a memory range with the same base and size as an existing memory range, but with a different nameConstructor parameters in com.ibm.j9ddr.corereaders.memory with type arguments of type IMemoryRangeModifierConstructorDescriptionBaseModule
(IProcess process, String name, Collection<? extends IMemoryRange> memoryRanges, long loadAddress) MissingFileModule
(IProcess process, String name, List<? extends IMemoryRange> memoryRanges) MissingFileModule
(IProcess process, String name, List<? extends IMemoryRange> memoryRanges, long loadAddress) Module
(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties) -
Uses of IMemoryRange in com.ibm.j9ddr.corereaders.minidump.unwind
Constructor parameters in com.ibm.j9ddr.corereaders.minidump.unwind with type arguments of type IMemoryRangeModifierConstructorDescriptionUnwindModule
(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties) UnwindModule
(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties, List<RuntimeFunction> runtimeFunctionEntries) -
Uses of IMemoryRange in com.ibm.j9ddr.corereaders.osthread
Methods in com.ibm.j9ddr.corereaders.osthread that return types with arguments of type IMemoryRange -
Uses of IMemoryRange in com.ibm.j9ddr.tools.ddrinteractive
Methods in com.ibm.j9ddr.tools.ddrinteractive that return types with arguments of type IMemoryRangeModifier and TypeMethodDescriptionCollection
<? extends IMemoryRange> ASNoProcess.getMemoryRanges()