Uses of Class
com.ibm.dtfj.corereaders.MemoryRange
-
Uses of MemoryRange in com.ibm.dtfj.addressspace
Modifier and TypeMethodDescriptionprotected MemoryRange
CommonAddressSpace._residentRange
(int asid, long address) Modifier 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......ModifierConstructorDescriptionprotected
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
Modifier 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) ModifierConstructorDescriptionMemoryRange
(MemoryRange range, int asid) Copy constructor, used when copying shared memory ranges into another address space