Uses of Interface
com.ibm.j9ddr.corereaders.memory.IMemoryRange
-
Packages that use IMemoryRange Package Description com.ibm.j9ddr.corereaders.elf com.ibm.j9ddr.corereaders.memory com.ibm.j9ddr.corereaders.minidump.unwind com.ibm.j9ddr.corereaders.osthread -
-
Uses of IMemoryRange in com.ibm.j9ddr.corereaders.elf
Classes in com.ibm.j9ddr.corereaders.elf that implement IMemoryRange Modifier and Type Class Description class
ELFMemorySource
Memory source that gets its data from an ELFFile. -
Uses of IMemoryRange in com.ibm.j9ddr.corereaders.memory
Subinterfaces of IMemoryRange in com.ibm.j9ddr.corereaders.memory Modifier and Type Interface Description interface
IDetailedMemoryRange
A memory range that can hold all the OS properties for a range of a process.interface
IMemorySource
A memory range that holds its data.interface
INamedMemoryRange
A named IMemoryRangeClasses in com.ibm.j9ddr.corereaders.memory that implement IMemoryRange Modifier and Type Class Description class
BaseMemoryRange
Abstract base class containing common logic for IMemoryRangeclass
BufferedMemorySource
Serves as a ByteBuffer backed memory source.class
DetailedDumpMemorySource
class
DumpMemorySource
Memory range backed by an AbstractCoreReaderclass
MemoryRange
Simple memory range class.class
ProtectedMemoryRange
Abstract memory range that adds the isReadable/Executable/Writable methodsclass
UnbackedMemorySource
Memory source for storage range that is declared, but not backed.Fields in com.ibm.j9ddr.corereaders.memory with type parameters of type IMemoryRange Modifier and Type Field Description protected Collection<? extends IMemoryRange>
BaseModule. memoryRanges
Methods in com.ibm.j9ddr.corereaders.memory that return types with arguments of type IMemoryRange Modifier and Type Method Description Collection<? extends IMemoryRange>
IMemory. getMemoryRanges()
Collection<? extends IMemoryRange>
IModule. getMemoryRanges()
List<IMemoryRange>
MemorySourceTable. getMemorySources()
Methods in com.ibm.j9ddr.corereaders.memory with parameters of type IMemoryRange Modifier and Type Method Description boolean
IMemoryRange. isSubRange(IMemoryRange other)
boolean
IMemoryRange. overlaps(IMemoryRange other)
Constructors in com.ibm.j9ddr.corereaders.memory with parameters of type IMemoryRange Constructor Description MemoryRange(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 IMemoryRange Constructor Description BaseModule(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 IMemoryRange Constructor Description UnwindModule(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 Modifier and Type Method Description Collection<? extends IMemoryRange>
IOSThread. getMemoryRanges()
-