| Package | Description |
|---|---|
| com.android.dx.dex.code |
| Modifier and Type | Method and Description |
|---|---|
DalvInsnList |
OutputFinisher.finishProcessingAndGetList()
Does final processing on this instance and gets the output as
a
DalvInsnList. |
DalvInsnList |
DalvCode.getInsns()
Gets the list of instructions.
|
static DalvInsnList |
DalvInsnList.makeImmutable(java.util.ArrayList<DalvInsn> list,
int regCount)
Constructs and returns an immutable instance whose elements are
identical to the ones in the given list, in the same order.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalList |
LocalList.make(DalvInsnList insns)
Constructs an instance for the given method, based on the given
block order and intermediate local information.
|
static PositionList |
PositionList.make(DalvInsnList insns,
int howMuch)
Extracts and returns the source position information out of an
instruction list.
|
Copyright © 2020. All Rights Reserved.