|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DexOptions | |
|---|---|
| com.android.dx.command.dexer | |
| com.android.dx.dex.cf | Classes for translating Java classfiles into Dalvik classes. |
| com.android.dx.dex.code | |
| com.android.dx.dex.file | |
| Uses of DexOptions in com.android.dx.command.dexer |
|---|
| Fields in com.android.dx.command.dexer declared as DexOptions | |
|---|---|
DexOptions |
Main.Arguments.dexOptions
Options for dex file output |
| Uses of DexOptions in com.android.dx.dex.cf |
|---|
| Methods in com.android.dx.dex.cf with parameters of type DexOptions | |
|---|---|
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. |
| Uses of DexOptions in com.android.dx.dex.code |
|---|
| Methods in com.android.dx.dex.code with parameters of type DexOptions | |
|---|---|
static Dop |
Dops.getNextOrNull(Dop opcode,
DexOptions options)
Gets the next Dop in the instruction fitting chain after the
given instance, if any. |
static DalvCode |
RopTranslator.translate(RopMethod method,
int positionInfo,
LocalVariableInfo locals,
int paramSize,
DexOptions dexOptions)
Translates a RopMethod. |
| Constructors in com.android.dx.dex.code with parameters of type DexOptions | |
|---|---|
OutputCollector(DexOptions dexOptions,
int initialCapacity,
int suffixInitialCapacity,
int regCount,
int paramSize)
Constructs an instance. |
|
OutputFinisher(DexOptions dexOptions,
int initialCapacity,
int regCount,
int paramSize)
Constructs an instance. |
|
| Uses of DexOptions in com.android.dx.dex.file |
|---|
| Methods in com.android.dx.dex.file that return DexOptions | |
|---|---|
DexOptions |
DexFile.getDexOptions()
Gets the dex-creation options object. |
| Constructors in com.android.dx.dex.file with parameters of type DexOptions | |
|---|---|
DexFile(DexOptions dexOptions)
Constructs an instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||