Package | Description |
---|---|
org.jikesrvm.compilers.opt.inlining |
Modifier and Type | Field and Description |
---|---|
private HashMapRVM<RVMMethod,InvalidationDatabase.MethodSet> |
InvalidationDatabase.nonOverriddenHash
A mapping from RVMMethod to MethodSet: holds the set of methods which
depend on a particular method being "final"
|
private HashMapRVM<RVMClass,InvalidationDatabase.MethodSet> |
InvalidationDatabase.noSubclassHash
A mapping from RVMClass to MethodSet: holds the set of methods which
depend on a particular class being "final"
|
Modifier and Type | Method and Description |
---|---|
private <T> InvalidationDatabase.MethodSet |
InvalidationDatabase.findOrCreateMethodSet(HashMapRVM<T,InvalidationDatabase.MethodSet> hash,
T key)
Looks up the MethodSet corresponding to a given key in the database.
|
Modifier and Type | Method and Description |
---|---|
private <T> InvalidationDatabase.MethodSet |
InvalidationDatabase.findOrCreateMethodSet(HashMapRVM<T,InvalidationDatabase.MethodSet> hash,
T key)
Looks up the MethodSet corresponding to a given key in the database.
|