| Package | Description |
|---|---|
| com.android.dx.rop.code |
Classes relating to a register-based opcode system.
|
| Modifier and Type | Method and Description |
|---|---|
InsnList |
BasicBlock.getInsns()
Gets the list of instructions inside this block.
|
InsnList |
InsnList.withRegisterOffset(int delta)
Returns an instance that is identical to this one, except that
the registers in each instruction are offset by the given
amount.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InsnList.contentEquals(InsnList b)
Compares the contents of this
InsnList with another. |
| Constructor and Description |
|---|
BasicBlock(int label,
InsnList insns,
IntList successors,
int primarySuccessor)
Constructs an instance.
|
Copyright © 2020. All Rights Reserved.