| Package | Description |
|---|---|
| soot.jimple.toolkits.annotation.parity | |
| soot.toolkits.scalar |
A number of scalar optimizations, and the flow analysis framework.
|
| Constructor and Description |
|---|
ParityAnalysis(UnitGraph g,
LiveLocals filter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CombinedAnalysis
Analysis that computes live locals, local defs, and local uses all at once.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombinedDUAnalysis
Analysis that computes live locals, local defs, and local uses all at once.
|
class |
SimpleLiveLocals
Analysis that provides an implementation of the LiveLocals interface.
|
| Constructor and Description |
|---|
SmartLocalDefs(UnitGraph g,
LiveLocals live) |
UnitInterferenceGraph(Body body,
java.util.Map<Local,java.lang.Object> localToGroup,
LiveLocals liveLocals) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.