com.android.dx.ssa
Class LiteralOpUpgrader

java.lang.Object
  extended by 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.


Method Summary
static void process(SsaMethod ssaMethod)
          Process a method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

process

public static void process(SsaMethod ssaMethod)
Process a method.

Parameters:
ssaMethod - non-null; method to process


Copyright © 2015. All rights reserved.