|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DalvCode | |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.dex.file | |
| Uses of DalvCode in com.android.dx.dex.code |
|---|
| Methods in com.android.dx.dex.code that return DalvCode | |
|---|---|
static DalvCode |
RopTranslator.translate(RopMethod method,
int positionInfo,
LocalVariableInfo locals,
int paramSize,
DexOptions dexOptions)
Translates a RopMethod. |
| Uses of DalvCode in com.android.dx.dex.file |
|---|
| Methods in com.android.dx.dex.file with parameters of type DalvCode | |
|---|---|
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. |
| Constructors in com.android.dx.dex.file with parameters of type DalvCode | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||