| Package | Description |
|---|---|
| com.android.dx.ssa |
| Modifier and Type | Method and Description |
|---|---|
static Optimizer.OptionalStep |
Optimizer.OptionalStep.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
static SsaMethod |
Optimizer.debugNoRegisterAllocation(RopMethod rmeth,
int paramWidth,
boolean isStatic,
boolean inPreserveLocals,
TranslationAdvice inAdvice,
java.util.EnumSet<Optimizer.OptionalStep> steps) |
static RopMethod |
Optimizer.optimize(RopMethod rmeth,
int paramWidth,
boolean isStatic,
boolean inPreserveLocals,
TranslationAdvice inAdvice,
java.util.EnumSet<Optimizer.OptionalStep> steps)
Runs optimization algorthims over this method, and returns a new
instance of RopMethod with the changes.
|
Copyright © 2020. All Rights Reserved.