Uses of Class
com.android.dx.ssa.Optimizer.OptionalStep

Packages that use Optimizer.OptionalStep
com.android.dx.ssa   
 

Uses of Optimizer.OptionalStep in com.android.dx.ssa
 

Methods in com.android.dx.ssa that return Optimizer.OptionalStep
static Optimizer.OptionalStep Optimizer.OptionalStep.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Optimizer.OptionalStep[] Optimizer.OptionalStep.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in com.android.dx.ssa with type arguments of type Optimizer.OptionalStep
static SsaMethod Optimizer.debugNoRegisterAllocation(RopMethod rmeth, int paramWidth, boolean isStatic, boolean inPreserveLocals, TranslationAdvice inAdvice, EnumSet<Optimizer.OptionalStep> steps)
           
static RopMethod Optimizer.optimize(RopMethod rmeth, int paramWidth, boolean isStatic, boolean inPreserveLocals, TranslationAdvice inAdvice, EnumSet<Optimizer.OptionalStep> steps)
          Runs optimization algorthims over this method, and returns a new instance of RopMethod with the changes.
 



Copyright © 2015. All rights reserved.