Uses of Class
com.ibm.j9ddr.vm29.j9.DataType
-
Packages that use DataType Package Description com.ibm.j9ddr.vm29.j9 com.ibm.j9ddr.vm29.j9.walkers com.ibm.j9ddr.vm29.pointer com.ibm.j9ddr.vm29.types -
-
Uses of DataType in com.ibm.j9ddr.vm29.j9
Classes in com.ibm.j9ddr.vm29.j9 with type parameters of type DataType Modifier and Type Class Description class
Pool<StructType extends DataType>
class
Pool_29_V0<StructType extends DataType>
Methods in com.ibm.j9ddr.vm29.j9 with type parameters of type DataType Modifier and Type Method Description static <T extends DataType>
Pool<T>Pool. fromJ9Pool(com.ibm.j9ddr.vm29.pointer.generated.J9PoolPointer structure, Class<T> structType)
Factory method to construct an appropriate pool handler.static <T extends DataType>
Pool<T>Pool. fromJ9Pool(com.ibm.j9ddr.vm29.pointer.generated.J9PoolPointer structure, Class<T> structType, boolean isInline)
Methods in com.ibm.j9ddr.vm29.j9 that return DataType Modifier and Type Method Description static DataType
DataType. getStructure(String name, long address)
static DataType
DataType. getStructure(String name, UDATA udata)
-
Uses of DataType in com.ibm.j9ddr.vm29.j9.walkers
Classes in com.ibm.j9ddr.vm29.j9.walkers with type parameters of type DataType Modifier and Type Class Description class
ArrayIterator<StructType extends DataType>
-
Uses of DataType in com.ibm.j9ddr.vm29.pointer
Subclasses of DataType in com.ibm.j9ddr.vm29.pointer Modifier and Type Class Description class
AbstractPointer
class
BoolPointer
class
CorruptPointer
class
DoublePointer
class
EnumPointer
class
FloatPointer
class
I16Pointer
class
I32Pointer
class
I64Pointer
class
I8Pointer
class
IDATAPointer
class
ObjectClassReferencePointer
class
ObjectMonitorReferencePointer
class
ObjectReferencePointer
class
Pointer
class
PointerPointer
class
SelfRelativePointer
class
StructurePointer
Root of the hierarchy for VM C structures.class
U16Pointer
class
U32Pointer
class
U64Pointer
class
U8Pointer
class
UDATAPointer
class
VoidPointer
class
WideSelfRelativePointer
Fields in com.ibm.j9ddr.vm29.pointer declared as DataType Modifier and Type Field Description DataType
StructurePointer.StructureField. value
Methods in com.ibm.j9ddr.vm29.pointer that return DataType Modifier and Type Method Description abstract DataType
AbstractPointer. at(long index)
abstract DataType
AbstractPointer. at(Scalar index)
-
Uses of DataType in com.ibm.j9ddr.vm29.types
Subclasses of DataType in com.ibm.j9ddr.vm29.types Modifier and Type Class Description class
I16
class
I32
class
I64
class
I8
class
IDATA
class
IScalar
class
Scalar
class
U16
class
U32
class
U64
class
U8
class
UDATA
class
UScalar
class
Void
-