Uses of Class
com.ibm.j9ddr.vm29.pointer.PointerPointer
-
-
Uses of PointerPointer in com.ibm.j9ddr.vm29.j9
Fields in com.ibm.j9ddr.vm29.j9 with type parameters of type PointerPointer Modifier and Type Field Description protected HashTable<PointerPointer>MonitorTable. monitorTable -
Uses of PointerPointer in com.ibm.j9ddr.vm29.j9.gc
Fields in com.ibm.j9ddr.vm29.j9.gc declared as PointerPointer Modifier and Type Field Description protected PointerPointerGCVMClassSlotIterator. endPtrprotected PointerPointerGCVMClassSlotIterator. scanPtrprotected PointerPointerGCClassSuperclassesIterator. superclassesFields in com.ibm.j9ddr.vm29.j9.gc with type parameters of type PointerPointer Modifier and Type Field Description protected Iterator<PointerPointer>GCJNIGlobalReferenceIterator. iteratorprotected Iterator<PointerPointer>GCVMThreadJNISlotIterator. poolIterator -
Uses of PointerPointer in com.ibm.j9ddr.vm29.j9.stackwalker
Fields in com.ibm.j9ddr.vm29.j9.stackwalker declared as PointerPointer Modifier and Type Field Description PointerPointerMethodMetaData.JITMaps. inlineMapPointerPointerWalkState. pcAddressPointerPointerMethodMetaData.JITMaps. stackMapMethods in com.ibm.j9ddr.vm29.j9.stackwalker with parameters of type PointerPointer Modifier and Type Method Description voidIStackWalkerCallbacks. objectSlotWalkFunction(WalkState walkState, PointerPointer objectSlot, VoidPointer stackLocation)static voidStackWalkerUtils. WALK_I_SLOT(WalkState walkState, PointerPointer slot)static voidStackWalkerUtils. WALK_INDIRECT_I_SLOT(WalkState walkState, PointerPointer slot, VoidPointer ind)static voidStackWalkerUtils. WALK_INDIRECT_O_SLOT(WalkState walkState, PointerPointer slot, VoidPointer ind)static voidStackWalkerUtils. WALK_NAMED_I_SLOT(WalkState walkState, PointerPointer slot, String tag)static voidStackWalkerUtils. WALK_NAMED_INDIRECT_I_SLOT(WalkState walkState, PointerPointer intSlot, VoidPointer indirectSlot, String tag)static voidStackWalkerUtils. WALK_NAMED_INDIRECT_O_SLOT(WalkState walkState, PointerPointer objectSlot, VoidPointer indirectSlot, String tag)static voidStackWalkerUtils. WALK_NAMED_O_SLOT(WalkState walkState, PointerPointer slot, String tag)static voidStackWalkerUtils. WALK_O_SLOT(WalkState walkState, PointerPointer slot) -
Uses of PointerPointer in com.ibm.j9ddr.vm29.j9.walkers
Constructors in com.ibm.j9ddr.vm29.j9.walkers with parameters of type PointerPointer Constructor Description ArrayIterator(Class<T> structType, int total, PointerPointer nodes) -
Uses of PointerPointer in com.ibm.j9ddr.vm29.pointer
Fields in com.ibm.j9ddr.vm29.pointer declared as PointerPointer Modifier and Type Field Description static PointerPointerPointerPointer. NULLMethods in com.ibm.j9ddr.vm29.pointer that return PointerPointer Modifier and Type Method Description static PointerPointerPointerPointer. cast(long address)static PointerPointerPointerPointer. cast(AbstractPointer pointer)static PointerPointerPointerPointer. cast(UDATA udata) -
Uses of PointerPointer in com.ibm.j9ddr.vm29.tools.ddrinteractive.gccheck
Constructors in com.ibm.j9ddr.vm29.tools.ddrinteractive.gccheck with parameters of type PointerPointer Constructor Description CheckError(AbstractPointer object, PointerPointer slot, com.ibm.j9ddr.vm29.tools.ddrinteractive.gccheck.CheckCycle cycle, com.ibm.j9ddr.vm29.tools.ddrinteractive.gccheck.Check check, int errorCode, int errorNumber, int objectType)CheckError(com.ibm.j9ddr.vm29.pointer.generated.J9ClassPointer clazz, PointerPointer slot, com.ibm.j9ddr.vm29.tools.ddrinteractive.gccheck.CheckCycle cycle, com.ibm.j9ddr.vm29.tools.ddrinteractive.gccheck.Check check, String elementName, int errorCode, int errorNumber)CheckError(com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointer object, PointerPointer slot, VoidPointer stackLocation, com.ibm.j9ddr.vm29.tools.ddrinteractive.gccheck.CheckCycle cycle, com.ibm.j9ddr.vm29.tools.ddrinteractive.gccheck.Check check, int errorCode, int errorNumber)CheckError(com.ibm.j9ddr.vm29.pointer.generated.MM_SublistPuddlePointer object, PointerPointer slot, com.ibm.j9ddr.vm29.tools.ddrinteractive.gccheck.CheckCycle cycle, com.ibm.j9ddr.vm29.tools.ddrinteractive.gccheck.Check check, int errorCode, int errorNumber)
-