| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.dex.file |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
OutputCollector(DexOptions dexOptions,
int initialCapacity,
int suffixInitialCapacity,
int regCount)
Constructs an instance.
|
OutputFinisher(DexOptions dexOptions,
int initialCapacity,
int regCount)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
DexOptions |
DexFile.getDexOptions()
Gets the dex-creation options object.
|
| Constructor and Description |
|---|
DexFile(DexOptions dexOptions)
Constructs an instance.
|
Copyright © 2014. All Rights Reserved.