| Package | Description |
|---|---|
| com.android.dx.rop.code |
Classes relating to a register-based opcode system.
|
| com.android.dx.ssa |
| Modifier and Type | Method and Description |
|---|---|
BasicBlockList |
RopMethod.getBlocks()
Gets the basic block list for this method.
|
BasicBlockList |
BasicBlockList.getMutableCopy()
Returns a mutable copy of this list.
|
BasicBlockList |
BasicBlockList.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.
|
| Constructor and Description |
|---|
RopMethod(BasicBlockList blocks,
int firstLabel)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
static IntList |
SsaMethod.indexListFromLabelList(BasicBlockList ropBlocks,
IntList labelList)
Builds an IntList of block indices from a basic block list and a list
of labels taken from Rop form.
|
Copyright © 2020. All Rights Reserved.