Uses of Class
org.jikesrvm.compilers.opt.inlining.InvalidationDatabase.MethodSet

Packages that use InvalidationDatabase.MethodSet
org.jikesrvm.compilers.opt.inlining   
 

Uses of InvalidationDatabase.MethodSet in org.jikesrvm.compilers.opt.inlining
 

Fields in org.jikesrvm.compilers.opt.inlining with type parameters of type InvalidationDatabase.MethodSet
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"
 

Methods in org.jikesrvm.compilers.opt.inlining that return InvalidationDatabase.MethodSet
private
<T> InvalidationDatabase.MethodSet
InvalidationDatabase.findOrCreateMethodSet(HashMapRVM<T,InvalidationDatabase.MethodSet> hash, T key)
          Look up the MethodSet corresponding to a given key in the database.
 

Method parameters in org.jikesrvm.compilers.opt.inlining with type arguments of type InvalidationDatabase.MethodSet
private
<T> InvalidationDatabase.MethodSet
InvalidationDatabase.findOrCreateMethodSet(HashMapRVM<T,InvalidationDatabase.MethodSet> hash, T key)
          Look up the MethodSet corresponding to a given key in the database.