public abstract class CallsiteHolder extends Object
Constructor and Description |
---|
CallsiteHolder() |
Modifier and Type | Method and Description |
---|---|
abstract StructuredGraph |
graph()
The graph about which this object contains inlining information.
|
abstract boolean |
hasRemainingInvokes()
The stack realized by
InliningData grows upon InliningData.moveForward()
deciding to explore (depth-first) a callsite of the graph associated to this
CallsiteHolder . |
abstract ResolvedJavaMethod |
method()
Gets the method associated with the graph represented by this object.
|
public CallsiteHolder()
public abstract ResolvedJavaMethod method()
public abstract boolean hasRemainingInvokes()
InliningData
grows upon InliningData.moveForward()
deciding to explore (depth-first) a callsite of the graph associated to this
CallsiteHolder
. The list of not-yet-considered callsites is managed by
CallsiteHolderExplorable
, and this method reports whether any such candidates remain.public abstract StructuredGraph graph()