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 classPool<StructType extends DataType>classPool_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 DataTypeDataType. getStructure(String name, long address)static DataTypeDataType. 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 classArrayIterator<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 classAbstractPointerclassBoolPointerclassCorruptPointerclassDoublePointerclassEnumPointerclassFloatPointerclassI16PointerclassI32PointerclassI64PointerclassI8PointerclassIDATAPointerclassObjectClassReferencePointerclassObjectMonitorReferencePointerclassObjectReferencePointerclassPointerclassPointerPointerclassSelfRelativePointerclassStructurePointerRoot of the hierarchy for VM C structures.classU16PointerclassU32PointerclassU64PointerclassU8PointerclassUDATAPointerclassVoidPointerclassWideSelfRelativePointerFields in com.ibm.j9ddr.vm29.pointer declared as DataType Modifier and Type Field Description DataTypeStructurePointer.StructureField. valueMethods in com.ibm.j9ddr.vm29.pointer that return DataType Modifier and Type Method Description abstract DataTypeAbstractPointer. at(long index)abstract DataTypeAbstractPointer. 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 classI16classI32classI64classI8classIDATAclassIScalarclassScalarclassU16classU32classU64classU8classUDATAclassUScalarclassVoid
-