| Package | Description |
|---|---|
| com.ibm.wala.dalvik.classLoader | |
| com.ibm.wala.dalvik.ssa |
| Modifier and Type | Method and Description |
|---|---|
DexCFG.BasicBlock |
DexCFG.getBlockForInstruction(int index)
Return an instruction's basic block in the CFG given the index of the instruction in the CFG's instruction array.
|
| Modifier and Type | Method and Description |
|---|---|
DexCFG.BasicBlock |
AbstractIntRegisterMachine.MachineState.getBasicBlock() |
protected DexCFG.BasicBlock |
AbstractIntRegisterMachine.BasicRegisterFlowProvider.getCurrentBlock() |
protected DexCFG.BasicBlock |
AbstractIntRegisterMachine.BasicRegisterFlowProvider.getCurrentSuccessor() |
| Modifier and Type | Method and Description |
|---|---|
AbstractIntRegisterMachine.MachineState |
AbstractIntRegisterMachine.FlowProvider.flow(AbstractIntRegisterMachine.MachineState entry,
DexCFG.BasicBlock basicBlock)
Compute the MachineState at the exit of a basic block, given a MachineState at the block's entry.
|
AbstractIntRegisterMachine.MachineState |
AbstractIntRegisterMachine.BasicRegisterFlowProvider.flow(AbstractIntRegisterMachine.MachineState entry,
DexCFG.BasicBlock basicBlock) |
AbstractIntRegisterMachine.MachineState |
AbstractIntRegisterMachine.FlowProvider.flow(AbstractIntRegisterMachine.MachineState entry,
DexCFG.BasicBlock from,
DexCFG.BasicBlock to)
Compute the MachineState at the end of an edge, given a MachineState at the edges's entry.
|
AbstractIntRegisterMachine.MachineState |
AbstractIntRegisterMachine.BasicRegisterFlowProvider.flow(AbstractIntRegisterMachine.MachineState entry,
DexCFG.BasicBlock from,
DexCFG.BasicBlock to) |
AbstractIntRegisterMachine.MachineState |
AbstractIntRegisterMachine.getIn(DexCFG.BasicBlock bb) |
int |
AbstractIntRegisterMachine.Meeter.meetLocal(int n,
int[] rhs,
DexCFG.BasicBlock bb)
Return the integer that represents the meet of a particular local at the entry to a basic block.
|
| Constructor and Description |
|---|
MachineState(DexCFG.BasicBlock bb) |
Copyright © 2019. All rights reserved.