|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicBlockList | |
|---|---|
| com.android.dx.rop.code | Classes relating to a register-based opcode system. |
| com.android.dx.ssa | |
| Uses of BasicBlockList in com.android.dx.rop.code |
|---|
| Methods in com.android.dx.rop.code that return BasicBlockList | |
|---|---|
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. |
| Constructors in com.android.dx.rop.code with parameters of type BasicBlockList | |
|---|---|
RopMethod(BasicBlockList blocks,
int firstLabel)
Constructs an instance. |
|
| Uses of BasicBlockList in com.android.dx.ssa |
|---|
| Methods in com.android.dx.ssa with parameters of type BasicBlockList | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||