|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntList | |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.rop.code | |
| com.android.dx.ssa | |
| com.android.dx.util | |
| Uses of IntList in com.android.dx.dex.code |
|---|
| Constructors in com.android.dx.dex.code with parameters of type IntList | |
|---|---|
SwitchData(SourcePosition position,
CodeAddress user,
IntList cases,
CodeAddress[] targets)
Constructs an instance. |
|
| Uses of IntList in com.android.dx.rop.code |
|---|
| Methods in com.android.dx.rop.code that return IntList | |
|---|---|
IntList |
SwitchInsn.getCases()
Gets the list of switch cases. |
IntList |
RopMethod.getExitPredecessors()
Gets the exit predecessors for this instance. |
IntList |
BasicBlock.getSuccessors()
Gets the list of successors that this block may branch to. |
IntList |
RopMethod.labelToPredecessors(int label)
Gets the predecessors associated with the given block. |
| Constructors in com.android.dx.rop.code with parameters of type IntList | |
|---|---|
BasicBlock(int label,
InsnList insns,
IntList successors,
int primarySuccessor)
Constructs an instance. |
|
SwitchInsn(Rop opcode,
SourcePosition position,
RegisterSpec result,
RegisterSpecList sources,
IntList cases)
Constructs an instance. |
|
| Uses of IntList in com.android.dx.ssa |
|---|
| Methods in com.android.dx.ssa that return IntList | |
|---|---|
IntList |
SsaBasicBlock.getRopLabelSuccessorList()
|
IntList |
SsaBasicBlock.getSuccessorList()
|
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. |
| Methods in com.android.dx.ssa with parameters of type IntList | |
|---|---|
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. |
| Uses of IntList in com.android.dx.util |
|---|
| Fields in com.android.dx.util declared as IntList | |
|---|---|
static IntList |
IntList.EMPTY
non-null; immutable, no-element instance |
| Methods in com.android.dx.util that return IntList | |
|---|---|
static IntList |
IntList.makeImmutable(int value)
Constructs a new immutable instance with the given element. |
static IntList |
IntList.makeImmutable(int value0,
int value1)
Constructs a new immutable instance with the given elements. |
IntList |
IntList.mutableCopy()
Makes and returns a mutable copy of the list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||