Uses of Class
org.jikesrvm.compilers.opt.escape.MethodSummary

Packages that use MethodSummary
org.jikesrvm.compilers.opt.escape   
 

Uses of MethodSummary in org.jikesrvm.compilers.opt.escape
 

Fields in org.jikesrvm.compilers.opt.escape with type parameters of type MethodSummary
private static ImmutableEntryHashMapRVM<RVMMethod,MethodSummary> SummaryDatabase.hash
           
 

Methods in org.jikesrvm.compilers.opt.escape that return MethodSummary
static MethodSummary SummaryDatabase.findMethodSummary(RVMMethod m)
          Lookup a given method in the database
static MethodSummary SummaryDatabase.findOrCreateMethodSummary(RVMMethod m)
           
private static MethodSummary SimpleEscape.findOrCreateMethodSummary(RVMMethod m, OptOptions options)
          If a method summary exists for a method, get it.