| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.rop.code |
Classes relating to a register-based opcode system.
|
| 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 LocalVariableInfo |
LocalVariableExtractor.extract(RopMethod method)
Extracts out all the local variable information from the given method.
|
Copyright © 2020. All Rights Reserved.