Uses of Class
org.jikesrvm.compilers.opt.inlining.CallSiteTreeNode

Packages that use CallSiteTreeNode
org.jikesrvm.compilers.opt.inlining   
org.jikesrvm.compilers.opt.runtimesupport   
 

Uses of CallSiteTreeNode in org.jikesrvm.compilers.opt.inlining
 

Methods in org.jikesrvm.compilers.opt.inlining that return CallSiteTreeNode
 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.
 

Uses of CallSiteTreeNode in org.jikesrvm.compilers.opt.runtimesupport
 

Methods in org.jikesrvm.compilers.opt.runtimesupport with parameters of type CallSiteTreeNode
(package private) static int OptEncodedCallSiteTree.getEncoding(CallSiteTreeNode current, int offset, int parent, int[] encoding)