Package | Description |
---|---|
org.jikesrvm.compilers.opt.escape |
Modifier and Type | Field and Description |
---|---|
private static ImmutableEntryHashMapRVM<RVMMethod,MethodSummary> |
SummaryDatabase.hash |
Modifier and Type | Method and Description |
---|---|
static MethodSummary |
SummaryDatabase.findMethodSummary(RVMMethod m) |
static MethodSummary |
SummaryDatabase.findOrCreateMethodSummary(RVMMethod m) |
private static MethodSummary |
SimpleEscape.getMethodSummaryIfAvailable(RVMMethod m,
OptOptions options)
Returns a method summary if present.
|