public class CodeItem
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeItem.TryItem |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEBUG_INFO_OFFSET |
static int |
INS_OFFSET |
static int |
INSTRUCTION_COUNT_OFFSET |
static int |
INSTRUCTION_START_OFFSET |
static int |
OUTS_OFFSET |
static int |
REGISTERS_OFFSET |
static int |
TRIES_SIZE_OFFSET |
| Constructor and Description |
|---|
CodeItem() |
| Modifier and Type | Method and Description |
|---|---|
static SectionAnnotator |
makeAnnotator(DexAnnotator annotator,
MapItem mapItem) |
public static final int REGISTERS_OFFSET
public static final int INS_OFFSET
public static final int OUTS_OFFSET
public static final int TRIES_SIZE_OFFSET
public static final int DEBUG_INFO_OFFSET
public static final int INSTRUCTION_COUNT_OFFSET
public static final int INSTRUCTION_START_OFFSET
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)