public class DexOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
ALIGN_64BIT_REGS_IN_OUTPUT_FINISHER
Does final processing of 64-bit alignment into output finisher to gets output as
DalvInsnList with 64-bit registers aligned at best. |
static boolean |
ALIGN_64BIT_REGS_SUPPORT
Enable alignment support of 64-bit registers on Dalvik even registers.
|
boolean |
forceJumbo
force generation of jumbo opcodes
|
int |
targetApiLevel
target API level
|
| Constructor and Description |
|---|
DexOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMagic()
Gets the dex file magic number corresponding to this instance.
|
public static final boolean ALIGN_64BIT_REGS_SUPPORT
public boolean ALIGN_64BIT_REGS_IN_OUTPUT_FINISHER
DalvInsnList with 64-bit registers aligned at best. Disabled the final processing is
required for tools such as Dasm to avoid modifying user inputs.public int targetApiLevel
public boolean forceJumbo