Module openj9.dtfj

Class JCImagePointer

java.lang.Object
com.ibm.dtfj.image.javacore.JCImagePointer
All Implemented Interfaces:
ImagePointer

public class JCImagePointer extends Object implements ImagePointer
  • Constructor Summary

    Constructors
    Constructor
    Description
    JCImagePointer(JCImageAddressSpace resident, long localAddress)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    add(long offset)
    Build a new image pointer offset from this one by the given amount.
    boolean
    Auto-generated by Eclipse 3.2.2
    long
    Get the unwrapped address, represented as a Java long.
    Get the address space to which this pointer belongs.
    byte
    getByteAt(long index)
    Get the value at the given offset from this pointer.
    double
    getDoubleAt(long index)
    Get the value at the given offset from this pointer.
    float
    getFloatAt(long index)
    Get the value at the given offset from this pointer.
    int
    getIntAt(long index)
    Get the value at the given offset from this pointer.
    long
    getLongAt(long index)
    Get the value at the given offset from this pointer.
    getPointerAt(long index)
    Get the value at the given offset from this pointer.
    Get the OS-specific properties for this address
    short
    getShortAt(long index)
    Get the value at the given offset from this pointer.
    int
    Auto-generated by Eclipse 3.2.2
    boolean
    Tests memory execute permission.
    boolean
    Tests memory read/write permission.
    boolean
    Tests memory shared permission.

    Methods declared in class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait