Package | Description |
---|---|
org.jikesrvm.compilers.opt.inlining | |
org.jikesrvm.compilers.opt.runtimesupport |
Modifier and Type | Method and Description |
---|---|
CallSiteTreeNode |
CallSiteTree.addLocation(InlineSequence seq)
Given an existing call site tree representing a method, add a new
inlined call to it.
|
CallSiteTreeNode |
CallSiteTree.find(InlineSequence seq)
Given an inline sequence representing an inlined call site, find
the corresponding call site tree node.
|
Modifier and Type | Method and Description |
---|---|
(package private) static int |
OptEncodedCallSiteTree.getEncoding(CallSiteTreeNode current,
int offset,
int parent,
int[] encoding) |