| Package | Description |
|---|---|
| com.android.dx.dex.cf |
Classes for translating Java classfiles into Dalvik classes.
|
| com.android.dx.dex.code | |
| com.android.dx.dex.file |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeStatistics.updateDexStatistics(DalvCode nonOptCode,
DalvCode code)
Updates the dex statistics.
|
| Modifier and Type | Method and Description |
|---|---|
static DalvCode |
RopTranslator.translate(RopMethod method,
int positionInfo,
LocalVariableInfo locals,
int paramSize,
DexOptions dexOptions)
Translates a
RopMethod. |
| Modifier and Type | Method and Description |
|---|---|
static void |
DebugInfoDecoder.validateEncode(byte[] info,
DexFile file,
CstMethodRef ref,
DalvCode code,
boolean isStatic)
Validates an encoded debug info stream against data used to encode it,
throwing an exception if they do not match.
|
| Constructor and Description |
|---|
CatchStructs(DalvCode code)
Constructs an instance.
|
CodeItem(CstMethodRef ref,
DalvCode code,
boolean isStatic,
TypeList throwsList)
Constructs an instance.
|
DebugInfoItem(DalvCode code,
boolean isStatic,
CstMethodRef ref) |
EncodedMethod(CstMethodRef method,
int accessFlags,
DalvCode code,
TypeList throwsList)
Constructs an instance.
|
Copyright © 2020. All Rights Reserved.