- Image - Interface in com.ibm.dtfj.image
-
Represents an entire operating system image (e.g.
- ImageAddressSpace - Interface in com.ibm.dtfj.image
-
Represents a single address space within the image.
- ImageFactory - Interface in com.ibm.dtfj.image
-
This interface is used for classes which can produce instances of Image
implementors.
- ImageModule - Interface in com.ibm.dtfj.image
-
Represents a shared library loaded into the image, or the executable module itself.
- ImagePointer - Interface in com.ibm.dtfj.image
-
Represents an address in memory.
- ImageProcess - Interface in com.ibm.dtfj.image
-
Represents a native operating system process.
- ImageRegister - Interface in com.ibm.dtfj.image
-
Represents the state of a CPU or FPU register
- ImageSection - Interface in com.ibm.dtfj.image
-
Represents a contiguous range of memory in an address space.
- ImageStackFrame - Interface in com.ibm.dtfj.image
-
Represents a native stack frame.
- ImageSymbol - Interface in com.ibm.dtfj.image
-
Represents a symbol defined in an ImageModule.
- ImageThread - Interface in com.ibm.dtfj.image
-
Represents a native operating system thread.
- isArray() - Method in interface com.ibm.dtfj.java.JavaClass
-
Is this an array class ?
- isArray() - Method in interface com.ibm.dtfj.java.JavaObject
-
Is this object an array ?
- isClassReference() - Method in interface com.ibm.dtfj.java.JavaReference
-
Does this reference point to a class?
- isExecutable() - Method in interface com.ibm.dtfj.image.ImagePointer
-
Tests memory execute permission.
- isExecutable() - Method in interface com.ibm.dtfj.image.ImageSection
-
Tests executable permission on memory section.
- isJITEnabled() - Method in interface com.ibm.dtfj.java.JavaRuntime
-
Determine if the JIT was enabled for this Java runtime.
- isObjectReference() - Method in interface com.ibm.dtfj.java.JavaReference
-
Does this reference point to an object in the heap?
- isReadOnly() - Method in interface com.ibm.dtfj.image.ImagePointer
-
Tests memory read/write permission.
- isReadOnly() - Method in interface com.ibm.dtfj.image.ImageSection
-
Tests read permission on memory section.
- isShared() - Method in interface com.ibm.dtfj.image.ImagePointer
-
Tests memory shared permission.
- isShared() - Method in interface com.ibm.dtfj.image.ImageSection
-
Tests shared permission on memory section.