public static class StaticAnalysisResults.BytecodeEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StaticAnalysisResults.BytecodeEntry |
next
Next element of linked list, with higher bci.
|
| Constructor and Description |
|---|
BytecodeEntry(int bci,
jdk.vm.ci.meta.JavaTypeProfile typeProfile,
jdk.vm.ci.meta.JavaMethodProfile methodProfile,
jdk.vm.ci.meta.JavaTypeProfile invokeResultTypeProfile) |
protected StaticAnalysisResults.BytecodeEntry next