public class CallSiteTreeNode extends TreeNode
Modifier and Type | Field and Description |
---|---|
InlineSequence |
callSite
The call site represented by this tree node
|
int |
encodedOffset
The position of this call site in the binary encoding.
|
Constructor and Description |
---|
CallSiteTreeNode(InlineSequence seq)
construct a a call site tree node corresponding to a given
inlined call site
|
public final InlineSequence callSite
public int encodedOffset
public CallSiteTreeNode(InlineSequence seq)
seq
- an inlined call site