| Interface | Description |
|---|---|
| SpecializationContext |
| Class | Description |
|---|---|
| InvokeeThreadLocalContext |
This class represents a specialization context meaning
"the invokee is thread local".
|
| SpecializationDatabase |
Database to store multiple specialized versions for a given method.
|
| SpecializationDatabase.MethodSet<T> |
The following defines a set of methods that share a common "key"
|
| SpecializedMethod |
This is the top-level class to support specialized versions of Java methods
|
| SpecializedMethodPool |
This class holds the static array of pointers to instructions
of specialized methods
|