Package com.android.dx.ssa
Class LiteralOpUpgrader
java.lang.Object
com.android.dx.ssa.LiteralOpUpgrader
Upgrades insn to their literal (constant-immediate) equivalent if possible.
Also switches IF instructions that compare with a constant zero or null
to be their IF_*Z equivalents.
-
Method Summary
-
Method Details
-
process
Process a method.- Parameters:
ssaMethod
-non-null;
method to process
-