| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.dex.file |
| Modifier and Type | Field and Description |
|---|---|
static PositionList |
PositionList.EMPTY
non-null; empty instance |
| Modifier and Type | Method and Description |
|---|---|
PositionList |
DalvCode.getPositions()
Gets the source positions list.
|
static PositionList |
PositionList.make(DalvInsnList insns,
int howMuch)
Extracts and returns the source position information out of an
instruction list.
|
| Constructor and Description |
|---|
DebugInfoEncoder(PositionList positions,
LocalList locals,
DexFile file,
int codeSize,
int regSize,
boolean isStatic,
CstMethodRef ref)
Creates an instance.
|
Copyright © 2020. All Rights Reserved.