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 TypeClassDescriptionclassMemory 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 TypeInterfaceDescriptioninterfaceA memory range that can hold all the OS properties for a range of a process.interfaceA memory range that holds its data.interfaceA named IMemoryRangeClasses in com.ibm.j9ddr.corereaders.memory that implement IMemoryRangeModifier and TypeClassDescriptionclassAbstract base class containing common logic for IMemoryRangeclassServes as a ByteBuffer backed memory source.classclassMemory range backed by an AbstractCoreReaderclassSimple memory range class.classAbstract memory range that adds the isReadable/Executable/Writable methodsclassMemory 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.memoryRangesMethods 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 TypeMethodDescriptionintBaseMemoryRange.compareTo(IMemoryRange o) booleanBaseMemoryRange.isSubRange(IMemoryRange other) booleanIMemoryRange.isSubRange(IMemoryRange other) booleanBaseMemoryRange.overlaps(IMemoryRange other) booleanIMemoryRange.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()