Package | Description |
---|---|
org.jikesrvm.compilers.opt.specialization |
Modifier and Type | Field and Description |
---|---|
private static ImmutableEntryHashMapRVM<RVMMethod,SpecializationDatabase.MethodSet<RVMMethod>> |
SpecializationDatabase.specialVersionsHash |
Modifier and Type | Method and Description |
---|---|
private static <T> SpecializationDatabase.MethodSet<T> |
SpecializationDatabase.findOrCreateMethodSet(ImmutableEntryHashMapRVM<T,SpecializationDatabase.MethodSet<T>> hash,
T key)
Looks up the MethodSet corresponding to a given key in the database.
|
Modifier and Type | Method and Description |
---|---|
private static <T> SpecializationDatabase.MethodSet<T> |
SpecializationDatabase.findOrCreateMethodSet(ImmutableEntryHashMapRVM<T,SpecializationDatabase.MethodSet<T>> hash,
T key)
Looks up the MethodSet corresponding to a given key in the database.
|