Uses of Class
com.ibm.dtfj.corereaders.MemoryRange
-
Packages that use MemoryRange Package Description com.ibm.dtfj.addressspace com.ibm.dtfj.corereaders -
-
Uses of MemoryRange in com.ibm.dtfj.addressspace
Methods in com.ibm.dtfj.addressspace that return MemoryRange Modifier and Type Method Description protected MemoryRangeCommonAddressSpace. _residentRange(int asid, long address)Methods in com.ibm.dtfj.addressspace with parameters of type MemoryRange Modifier and Type Method Description protected static intCommonAddressSpace. 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 MemoryRange Constructor Description 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 MemoryRange Modifier and Type Method Description protected abstract MemoryRange[]CoreReaderSupport. getMemoryRangesAsArray()protected MemoryRangeNewAixDump. memoryRangeFor(long address)protected MemoryRangeNewZosDump. readRecord(long pos)Constructors in com.ibm.dtfj.corereaders with parameters of type MemoryRange Constructor Description MemoryRange(MemoryRange range, int asid)Copy constructor, used when copying shared memory ranges into another address space
-