Class MoveParamCombiner

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

    • process

      public static void process(SsaMethod ssaMethod)
      Processes a method with this optimization step.
      Parameters:
      ssaMethod - method to process