|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CfOptions | |
|---|---|
| com.android.dx.command.dexer | |
| com.android.dx.dex.cf | Classes for translating Java classfiles into Dalvik classes. |
| Uses of CfOptions in com.android.dx.command.dexer |
|---|
| Fields in com.android.dx.command.dexer declared as CfOptions | |
|---|---|
CfOptions |
Main.Arguments.cfOptions
Options for class file transformation |
| Uses of CfOptions in com.android.dx.dex.cf |
|---|
| Methods in com.android.dx.dex.cf with parameters of type CfOptions | |
|---|---|
static void |
OptimizerOptions.compareOptimizerStep(RopMethod nonOptRmeth,
int paramSize,
boolean isStatic,
CfOptions args,
TranslationAdvice advice,
RopMethod rmeth)
Compares the output of the optimizer run normally with a run skipping some optional steps. |
static ClassDefItem |
CfTranslator.translate(DirectClassFile cf,
byte[] bytes,
CfOptions cfOptions,
DexOptions dexOptions,
DexFile dexFile)
Takes a byte[], interprets it as a Java classfile, and
translates it into a ClassDefItem. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||