All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ImmutableArrayPayload |
makeArrayPayload(int elementWidth,
java.util.List<java.lang.Number> arrayElements) |
ImmutableInstruction10t |
makeInstruction10t(Opcode opcode,
int codeOffset) |
ImmutableInstruction10x |
makeInstruction10x(Opcode opcode) |
ImmutableInstruction11n |
makeInstruction11n(Opcode opcode,
int registerA,
int literal) |
ImmutableInstruction11x |
makeInstruction11x(Opcode opcode,
int registerA) |
ImmutableInstruction12x |
makeInstruction12x(Opcode opcode,
int registerA,
int registerB) |
ImmutableInstruction20bc |
makeInstruction20bc(Opcode opcode,
int verificationError,
Reference reference) |
ImmutableInstruction20t |
makeInstruction20t(Opcode opcode,
int codeOffset) |
ImmutableInstruction21c |
makeInstruction21c(Opcode opcode,
int registerA,
Reference reference) |
ImmutableInstruction21ih |
makeInstruction21ih(Opcode opcode,
int registerA,
int literal) |
ImmutableInstruction21lh |
makeInstruction21lh(Opcode opcode,
int registerA,
long literal) |
ImmutableInstruction21s |
makeInstruction21s(Opcode opcode,
int registerA,
int literal) |
ImmutableInstruction21t |
makeInstruction21t(Opcode opcode,
int registerA,
int codeOffset) |
ImmutableInstruction22b |
makeInstruction22b(Opcode opcode,
int registerA,
int registerB,
int literal) |
ImmutableInstruction22c |
makeInstruction22c(Opcode opcode,
int registerA,
int registerB,
Reference reference) |
ImmutableInstruction22s |
makeInstruction22s(Opcode opcode,
int registerA,
int registerB,
int literal) |
ImmutableInstruction22t |
makeInstruction22t(Opcode opcode,
int registerA,
int registerB,
int codeOffset) |
ImmutableInstruction22x |
makeInstruction22x(Opcode opcode,
int registerA,
int registerB) |
ImmutableInstruction23x |
makeInstruction23x(Opcode opcode,
int registerA,
int registerB,
int registerC) |
ImmutableInstruction30t |
makeInstruction30t(Opcode opcode,
int codeOffset) |
ImmutableInstruction31c |
makeInstruction31c(Opcode opcode,
int registerA,
Reference reference) |
ImmutableInstruction31i |
makeInstruction31i(Opcode opcode,
int registerA,
int literal) |
ImmutableInstruction31t |
makeInstruction31t(Opcode opcode,
int registerA,
int codeOffset) |
ImmutableInstruction32x |
makeInstruction32x(Opcode opcode,
int registerA,
int registerB) |
ImmutableInstruction35c |
makeInstruction35c(Opcode opcode,
int registerCount,
int registerC,
int registerD,
int registerE,
int registerF,
int registerG,
Reference reference) |
ImmutableInstruction3rc |
makeInstruction3rc(Opcode opcode,
int startRegister,
int registerCount,
Reference reference) |
ImmutableInstruction51l |
makeInstruction51l(Opcode opcode,
int registerA,
long literal) |
ImmutablePackedSwitchPayload |
makePackedSwitchPayload(java.util.List<? extends SwitchElement> switchElements) |
ImmutableSparseSwitchPayload |
makeSparseSwitchPayload(java.util.List<? extends SwitchElement> switchElements) |