com.android.dx.ssa
Class MoveParamCombiner

java.lang.Object
  extended by com.android.dx.ssa.MoveParamCombiner

public class MoveParamCombiner
extends Object

Combine identical move-param insns, which may result from Ropper's handling of synchronized methods.


Method Summary
static void process(SsaMethod ssaMethod)
          Processes a method with this optimization step.
 
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)
Processes a method with this optimization step.

Parameters:
ssaMethod - method to process


Copyright © 2015. All rights reserved.