public static class AArch64MacroAssembler.AdrpLdrMacroInstruction extends AArch64Assembler.PatchableCodeAnnotation
| Modifier and Type | Field and Description |
|---|---|
int |
srcSize |
instructionPosition| Constructor and Description |
|---|
AdrpLdrMacroInstruction(int position,
int srcSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
patch(long startAddress,
int relative,
byte[] code)
Patch the code buffer.
|
String |
toString() |
public AdrpLdrMacroInstruction(int position,
int srcSize)
public void patch(long startAddress,
int relative,
byte[] code)
AArch64Assembler.PatchableCodeAnnotationstartAddress - starting address for instruction sequence to patchrelative - pc-relative valuecode - machine code generated for this method