| Package | Description |
|---|---|
| com.ibm.wala.dalvik.ssa |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractIntRegisterMachine.MachineState |
AbstractIntRegisterMachine.BasicRegisterFlowProvider.workingState |
| Modifier and Type | Method and Description |
|---|---|
AbstractIntRegisterMachine.MachineState |
AbstractIntRegisterMachine.MachineState.duplicate()
I'm not using clone because I don't want to necessarily inherit the AbstractVariable state from the superclass
|
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.getEntryState() |
AbstractIntRegisterMachine.MachineState |
AbstractIntRegisterMachine.getIn(DexCFG.BasicBlock bb) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIntRegisterMachine.MachineState.copyState(AbstractIntRegisterMachine.MachineState other) |
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) |
Copyright © 2019. All rights reserved.