public class EncodedLineNumberTable extends Object
| Constructor and Description |
|---|
EncodedLineNumberTable() |
| Modifier and Type | Method and Description |
|---|---|
static jdk.vm.ci.meta.LineNumberTable |
decode(byte[] encodedTable) |
static byte[] |
encode(jdk.vm.ci.meta.LineNumberTable table) |
static int |
getLineNumber(int atBci,
byte[] encodedTable) |