public static class AMD64BaseAssembler.OperandDataAnnotation extends Assembler.CodeAnnotation
Modifier and Type | Field and Description |
---|---|
int |
instructionPosition
The position (bytes from the beginning of the method) of the annotated instruction.
|
int |
nextInstructionPosition
The position (bytes from the beginning of the method) of the next instruction.
|
int |
operandPosition
The position (bytes from the beginning of the method) of the operand.
|
int |
operandSize
The size of the operand, in bytes.
|
public final int instructionPosition
public final int operandPosition
public final int operandSize
public final int nextInstructionPosition