public static class AArch64MacroAssembler.AdrpAddMacroInstruction extends AArch64Assembler.PatchableCodeAnnotation
instructionPosition| Constructor and Description |
|---|
AdrpAddMacroInstruction(int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
patch(long startAddress,
int relative,
byte[] code)
Patch the code buffer.
|
String |
toString() |
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