| Package | Description |
|---|---|
| com.ibm.wala.dalvik.classLoader | |
| com.ibm.wala.dalvik.dex.instructions | |
| com.ibm.wala.dalvik.ssa |
| Modifier and Type | Method and Description |
|---|---|
Instruction[] |
DexIMethod.getDexInstructions() |
Instruction |
InstructionArray.getFromId(int id) |
Instruction |
InstructionArray.getFromPc(int pc) |
Instruction |
DexIMethod.getInstructionFromIndex(int instructionIndex) |
Instruction[] |
DexIMethod.getInstructions() |
Instruction[] |
DexCFG.getInstructions() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Instruction> |
InstructionArray.iterator() |
Iterator<Instruction> |
DexCFG.BasicBlock.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InstructionArray.add(Instruction e) |
protected void |
DexCFG.BasicBlock.addExceptionalEdges(Instruction last)
Add any exceptional edges generated by the last instruction in a basic block.
|
Collection<com.ibm.wala.types.TypeReference> |
DexCFG.BasicBlock.getImplicitExceptionTypes(Instruction pei) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InstructionArray.addAll(Collection<? extends Instruction> c) |
| Modifier and Type | Method and Description |
|---|---|
abstract Instruction[] |
AbstractIntRegisterMachine.BasicRegisterFlowProvider.getInstructions() |
Copyright © 2019. All rights reserved.