public class CallSiteTree extends Tree
Constructor and Description |
---|
CallSiteTree() |
Modifier and Type | Method and Description |
---|---|
CallSiteTreeNode |
addLocation(InlineSequence seq)
Given an existing call site tree representing a method, add a new
inlined call to it.
|
CallSiteTreeNode |
find(InlineSequence seq)
Given an inline sequence representing an inlined call site, find
the corresponding call site tree node.
|
elements, getBottomUpEnumerator, getRoot, getTopDownEnumerator, isEmpty, numberOfNodes, setRoot, toString
public CallSiteTree()
public CallSiteTreeNode addLocation(InlineSequence seq)
seq
- a call to add to the call site treepublic CallSiteTreeNode find(InlineSequence seq)
seq
- an inlined call site