public class InstructionOffsetMap
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstructionOffsetMap.InvalidInstructionIndex |
static class |
InstructionOffsetMap.InvalidInstructionOffset |
| Constructor and Description |
|---|
InstructionOffsetMap(java.util.List<? extends Instruction> instructions) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInstructionCodeOffset(int index) |
int |
getInstructionIndexAtCodeOffset(int codeOffset) |
int |
getInstructionIndexAtCodeOffset(int codeOffset,
boolean exact) |
public InstructionOffsetMap(@Nonnull
java.util.List<? extends Instruction> instructions)