Uses of Class
com.ibm.dtfj.corereaders.MemoryRange
Packages that use MemoryRange
-
Uses of MemoryRange in com.ibm.dtfj.addressspace
Methods in com.ibm.dtfj.addressspace that return MemoryRangeModifier and TypeMethodDescriptionprotected MemoryRange
CommonAddressSpace._residentRange
(int asid, long address) Methods in com.ibm.dtfj.addressspace with parameters of type MemoryRangeModifier and TypeMethodDescriptionprotected static int
CommonAddressSpace.findWhichMemoryRange
(int asid, long addr, MemoryRange[] ranges, Integer lastRange, boolean doLinearIfNotFound) This searches memory ranges for an addr using a binary chop and returns an int indicating the memory range or -1 if address is not within any memory range......Constructors in com.ibm.dtfj.addressspace with parameters of type MemoryRangeModifierConstructorDescriptionprotected
CommonAddressSpace
(MemoryRange[] translations, boolean isLittleEndian, boolean is64Bit) DumpReaderAddressSpace
(MemoryRange[] ranges, DumpReader reader, boolean isLittleEndian, boolean is64Bit) SimpleAddressSpace
(MemoryRange[] deprecatedMemoryRanges, ClosingFileReader file, boolean isLittleEndian, boolean is64Bit) -
Uses of MemoryRange in com.ibm.dtfj.corereaders
Methods in com.ibm.dtfj.corereaders that return MemoryRangeModifier and TypeMethodDescriptionprotected abstract MemoryRange[]
CoreReaderSupport.getMemoryRangesAsArray()
protected MemoryRange[]
NewAixDump.getMemoryRangesAsArray()
protected MemoryRange[]
NewElfDump.getMemoryRangesAsArray()
protected MemoryRange
NewAixDump.memoryRangeFor
(long address) protected MemoryRange
NewZosDump.readRecord
(long pos) Constructors in com.ibm.dtfj.corereaders with parameters of type MemoryRangeModifierConstructorDescriptionMemoryRange
(MemoryRange range, int asid) Copy constructor, used when copying shared memory ranges into another address space