class SummaryDatabase extends Object
This database holds summaries:
Modifier and Type | Field and Description |
---|---|
private static ImmutableEntryHashMapRVM<RVMMethod,MethodSummary> |
hash |
Constructor and Description |
---|
SummaryDatabase() |
Modifier and Type | Method and Description |
---|---|
static MethodSummary |
findMethodSummary(RVMMethod m) |
static MethodSummary |
findOrCreateMethodSummary(RVMMethod m) |
private static final ImmutableEntryHashMapRVM<RVMMethod,MethodSummary> hash
SummaryDatabase()
public static MethodSummary findMethodSummary(RVMMethod m)
public static MethodSummary findOrCreateMethodSummary(RVMMethod m)