public final class BytecodeAnalysisContext extends AnalysisContext
AnalysisContext.AnalysisContextKey| Modifier and Type | Field and Description |
|---|---|
static BytecodePosition[] |
emptyLabelList |
protected BytecodePosition[] |
labels
The chain of
BytecodePosition objects representing allocation sites. |
id| Modifier | Constructor and Description |
|---|---|
protected |
BytecodeAnalysisContext(BytecodePosition[] labelList) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
BytecodePosition[] |
labels() |
String |
toString() |
protected boolean |
valueEquals(AnalysisContext obj)
Must implement value equality for analysis context.
|
protected int |
valueHashCode()
Must implement value hash code for analysis context.
|
asKey, equals, getId, hashCodepublic static final BytecodePosition[] emptyLabelList
protected final BytecodePosition[] labels
BytecodePosition objects representing allocation sites.
Note: the size of labels is the depth of the context space.
protected BytecodeAnalysisContext(BytecodePosition[] labelList)
public int getLength()
public BytecodePosition[] labels()
protected boolean valueEquals(AnalysisContext obj)
AnalysisContextvalueEquals in class AnalysisContextprotected int valueHashCode()
AnalysisContextvalueHashCode in class AnalysisContextpublic String toString()
toString in class AnalysisContext