com.android.dx.ssa
Class LiteralOpUpgrader
java.lang.Object
com.android.dx.ssa.LiteralOpUpgrader
public class LiteralOpUpgrader
- extends Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
process
public static void process(SsaMethod ssaMethod)
- Process a method.
- Parameters:
ssaMethod - non-null; method to process
Copyright © 2015. All rights reserved.